SQLTransactionSync Class
Provides methods for performing a database transaction that may consist of several queries. Accessed from DatabaseSync.transaction and DatabaseSync.readTransaction functions.
Item Index
Methods
Methods
executeSql
(
SQLResultSet
-
sqlStatement -
arguments
Execute the given SQKL and return the result as an SQLResultSet object.
Parameters:
-
sqlStatementStringSQL statement.
-
argumentsArrayArray containing the arguments to substitute into the statement.
