Contains the GearsORM.Introspection utility class, which contain also a model for sqlite_master table
MIT-style license.
| GearsORM. Introspection.js | Contains the GearsORM.Introspection utility class, which contain also a model for sqlite_master table |
| GearsORM. Introspection | a utility class to do database introspection. |
| 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 | get the names of the tables to checked if they exist return true if all of them exist else return false |
a utility class to do database introspection.
| 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 | get the names of the tables to checked if they exist return true if all of them exist else return false |
get the names of the tables to checked if they exist return true if all of them exist else return false
doesTableExist:function()