Sends a transaction to the database thread. The transaction handle is automatically closed. When the transaction completes, the optional callback is invoked.
native void SQL_ExecuteTransaction(Handle db, Transaction txn, SQLTxnSuccess onSuccess = INVALID_FUNCTION, SQLTxnFailure onError = INVALID_FUNCTION, any data = 0, DBPriority priority = DBPrio_Normal)