native Handle:SQL_PrepareQuery(Handle:db, const fmt[], any:...);
| db | Connection handle, returned from SQL_Connect(). |
| fmt | Query string. Can be formated with format specifiers. |
| ... | Additional format specifiers used to format the query. |
Prepares a query.
This does not actually do a query!
Returns an SQL query handle, which must always be freed. Returns Empty_Handle on failure.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.