SQL::Arguments SetNull Function
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/SetNull Method.xml
Set a value to NULL and (optionally) the usage of the argument.
SQL::Arguments Find Method
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/Find Method.xml
Find an argument in the SQL::Arguments object.
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::Arguments ArgumentNumber Method
/documentation/pages/Ref/Api/Namespace/SQL/Arguments/ArgumentNumber Method.xml
Get the sequence number of the named argument. Returns -1 if not found.
SQL::ImportStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/Execute Method.xml
Execute the current statement using the current or passed connection.
SQL::InsertStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/InsertStatement/Execute Method.xml
Execute the current statement using the current or passed connection.
SQL::Statement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/Statement/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML.
SQL::UpdateStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/UpdateStatement/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML.
SQL::Schema::TablesReferencing Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/TablesReferencing Method.xml
Generate a collection of tables that reference this table.
SQL::Query::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/Query/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML. Note: Argument values are merged with those already set on the query.