API Docs for:
Show:

SQLTransactionSync Class

Module: API

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

(
  • sqlStatement
  • arguments
)
SQLResultSet

Execute the given SQKL and return the result as an SQLResultSet object.

Parameters:

  • sqlStatement String

    SQL statement.

  • arguments Array

    Array containing the arguments to substitute into the statement.

Returns: