- 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::InsertStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/InsertStatement/Execute Method.xml
Execute the current statement using the current or passed connection.
- 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::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::DeleteStatement::Execute Function
/documentation/pages/Ref/Api/Namespace/SQL/DeleteStatement/Execute Method.xml
Execute the current statement using the current or passed connection. Optionally providing argument values as an object or as XML.
- SQL::ImportStatement::ExecuteWithEvents Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/ExecuteWithEvents Method.xml
Execute the current statement using the current or passed connection handling events with the script provided.
- 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.
- SQL::Statement::Validate Function
/documentation/pages/Ref/Api/Namespace/SQL/Statement/Validate Method.xml
Execute the current statement using the current or passed connection.
- SQL::ImportStatement::Validate Function
/documentation/pages/Ref/Api/Namespace/SQL/ImportStatement/Validate Method.xml
Execute the current statement using the current or passed connection.
- SQL::UpdateStatement::Validate Function
/documentation/pages/Ref/Api/Namespace/SQL/UpdateStatement/Validate Method.xml
Execute the current statement using the current or passed connection.