native SQL_FreeHandle(Handle:h);
h | Handle to be freed. |
Frees an SQL handle.
The handle can be to anything (tuple, connection, query, results, etc).
If you free the database connection handle, it closes the connection as well.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.