AMX Mod X API Documentation

Signature
native SQL_FreeHandle(Handle:h);
Description

Frees an SQL handle.

Notes
  • The handle can be to anything (tuple, connection, query, results, etc).
  • If you free the database connection handle, it closes the connection as well.
Parameters
  • h Handle to be freed.
No return value
Назад
Верх