We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Checks if a table already exists in the database or not
bool SQLiteDatabase:tableExists(string name)
bool - Returns true if a table with the given name exists, false otherwise