Function USqlStatement() Foundation
Returns the class object uses to create Universal SQL statements.
Syntax
USqlStatement() -> oUsqlClassObject
Return
class object
Description
The USqlStatement() returns the class object of the embedded Xbase++ SQL Engine. Use this class object to create and execute SQL statements which get executed locally only.
Examples
// USqlStatement
//
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.