Sends a transaction to the database thread. The transaction handle is automatically closed. When the transaction completes, the optional callback is invoked.
void Execute(Transaction txn, SQLTxnSuccess onSuccess, SQLTxnFailure onError, any data, DBPriority priority)
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.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.