Database.MasterTableSchema
struct Database
static
struct MasterTableSchema {
}
- name
string name;
Undocumented in source.
- rootPage
uint rootPage;
Undocumented in source.
- sql
string sql;
Undocumented in source.
- tbl_name
string tbl_name;
Undocumented in source.
- type
string type;
Undocumented in source.
sqlited Database
aliasesconstructorsfunctionsstructsvariables
CREATE TABLE sqlite_master( type text, name text, tbl_name text, rootpage integer, sql text );