native SQL_Execute(Handle:query);
query | Handle of a prepared query to be executed. |
Executes an already prepared query.
You can call this multiple times as long as its parent connection is kept open. Each time the result set from the previous call will be freed.
1 if the query succeeded, 0 if the query failed.
Invalid query handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.