Skip to content

SQLite3 Module Database tableExists

DizzasTeR edited this page Nov 9, 2020 · 1 revision

SQLiteDatabase

tableExists

Checks if a table already exists in the database or not

bool SQLiteDatabase:tableExists(string name)

Parameters

  • string name — The table name to check for

Returns

bool - Returns true if a table with the given name exists, false otherwise

Example

Clone this wiki locally