- SQL::Query::Parse Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/Parse Method.xml
Parse the SQLStatement passed (or the value previously set into the SQLStatement property).
- SQL::Query::Join::Parse Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/Join/SQL Query Join Parse Function.xml
Parse the SQLStatement passed (or the value previously set into the SQLStatement property).
- SQL::Query::Validate Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/Validate Method.xml
Execute the current statement using the current or passed connection.
- SQL::Statement::Parse Function
/documentation/pages/Ref/Api/Namespace/SQL/Statement/Parse Method.xml
Parse the SQLStatement passed (or the value previously set into the SQLStatement property).
- SQL::InsertStatement::Parse Function
/documentation/pages/Ref/Api/Namespace/SQL/InsertStatement/Parse Method.xml
Parse the SQLStatement passed (or the value previously set into the SQLStatement property).
- SQL::DeleteStatement::Parse Function
/documentation/pages/Ref/Api/Namespace/SQL/DeleteStatement/Parse Method.xml
Parse the SQLStatement passed (or the value previously set into the SQLStatement property).
- SQL::UpdateStatement::Parse Function
/documentation/pages/Ref/Api/Namespace/SQL/UpdateStatement/Parse Method.xml
Parse the SQLStatement passed (or the value previously set into the SQLStatement property).
- SQL::ImportStatement::Parse Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/Parse Method.xml
Parse the SQLStatement passed (or the value previously set into the SQLStatement property).
- SQL::Query Object
/documentation/pages/Ref/Api/Namespace/SQL/Query/index.xml
SQL::Query object methods and related enumerations and objects.
- SQL::Query::LogicalExpression Object
/documentation/pages/Ref/Api/Namespace/SQL/Query/LogicalExpression/index.xml
Internal use only. The SQL::Query::LogicalExpression object describes a logical expression used in a SELECT statement. A logical expression returns a logical (boolean) result. Logical expressions are used in the WHERE clause and as input to value expressions and function arguments.
The SQL::Query::LogicalExpression object is simple, but any operand may be an expression itself, meaning that a tree of operator and their respective operands can nest down many levels.