Sends a transaction to the database thread. The transaction handle is automatically closed. When the transaction completes, the optional callback is invoked.
void SQL_ExecuteTransaction(Handle db, Transaction txn, SQLTxnSuccess onSuccess, SQLTxnFailure onError, any data, DBPriority priority)
A database handle.
A transaction handle.
An optional callback to receive a successful transaction.
An optional callback to receive an error message.
An optional value to pass to callbacks.
An invalid handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.