GearsORM. Introspection.js

Contains the GearsORM.Introspection utility class, which contain also a model for sqlite_master table

License

MIT-style license.

Summary
Contains the GearsORM.Introspection utility class, which contain also a model for sqlite_master table
a utility class to do database introspection.
a model to work with sqlite_master(provide information on the schema) table sqlite_master definition from sqlite site: CREATE TABLE sqlite_master ( type TEXT, name TEXT, tbl_name TEXT, rootpage INTEGER, sql TEXT );
get the names of the tables to checked if they exist return true if all of them exist else return false

GearsORM. Introspection

a utility class to do database introspection.

Summary
a model to work with sqlite_master(provide information on the schema) table sqlite_master definition from sqlite site: CREATE TABLE sqlite_master ( type TEXT, name TEXT, tbl_name TEXT, rootpage INTEGER, sql TEXT );
get the names of the tables to checked if they exist return true if all of them exist else return false

Properties

GearsORM. Introspection. sqliteMasterModel

a model to work with sqlite_master(provide information on the schema) table sqlite_master definition from sqlite site: CREATE TABLE sqlite_master ( type TEXT, name TEXT, tbl_name TEXT, rootpage INTEGER, sql TEXT );

Functions

doesTableExist

doesTableExist:function()

get the names of the tables to checked if they exist return true if all of them exist else return false

doesTableExist:function()
get the names of the tables to checked if they exist return true if all of them exist else return false