stock
sqlite_TableExists
Syntax
stock bool:sqlite_TableExists(Handle:db, const table[])
Description
This function can be used to find out if a table in a SQLite database exists.
Parameters
| db | Connection handle returned from SQL_Connect(). |
|---|---|
| table | The table name to check for. |
Return
True if it exists, false otherwise.