SQL_AddQuery
Adds a query to a transaction object.
native int SQL_AddQuery(Transaction txn, const char[] query, any data = 0)Parameters
const char[] query
Query string.
any data
Extra data value to pass to the final callback.
Return Value
int The index of the query in the transaction's query list.Error
Invalid transaction handle.