- SQL::Arguments Object - Array
/documentation/pages/Guides/Databases/Arguments/SQL__NAMESPACE__Arguments Object Array.xml
The SQL::Arguments object supports arrays. Here are some examples.
- SQL::Arguments Class
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/index.xml
Properties and methods in the Arguments Class.
- SQL::Statement Object
/documentation/pages/Ref/Api/Namespace/SQL/Statement/index.xml
The SQL::Statement object encapsulates the parsing and properties of a SQL SELECT, INSERT, UPDATE, or DELETE statement. as a result, it's properties will change depending on the last successfully processed SQL statement. Look at the related SQL::Query, SQL::InsertStatement, SQL::UpdateStatement, or SQL::DeleteStatement objects for available properties in each of these cases.
- SQL::InsertStatement Object
/documentation/pages/Ref/Api/Namespace/SQL/InsertStatement/index.xml
The SQL::InsertStatement object encapsulates the parsing and properties of a SQL INSERT statement. as a result, it has the most properties. Its children are the various clauses that make up a complete INSERT statement.
- SQL::UpdateStatement Object
/documentation/pages/Ref/Api/Namespace/SQL/UpdateStatement/index.xml
The SQL::UpdateStatement object encapsulates the parsing and properties of a SQL UPDATE statement. as a result, it has the most properties. Its children are the various clauses that make up a complete UPDATE statement.
- SQL::Query Object
/documentation/pages/Ref/Api/Namespace/SQL/Query/index.xml
SQL::Query object methods and related enumerations and objects.
- SQL DeleteStatement Object
/documentation/pages/Ref/Api/Namespace/SQL/DeleteStatement/index.xml
SQL DeleteStatement Object properties, methods, and examples.
- SQL::ImportStatement Object
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/index.xml
The SQL::ImportStatement object parses and executes an Alpha Anywhere Portable SQL import statements of the general form.
- SQL::Arguments Set Method
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/Set Method.xml
Set the value and (optionally) the usage of an argument.
- 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.