stock bool:sqlite_TableExists(Handle:db, const table[])
db | Connection handle returned from SQL_Connect(). |
table | The table name to check for. |
This function can be used to find out if a table in a SQLite database exists.
True if it exists, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.