Database.MasterTableSchema

CREATE TABLE sqlite_master( type text, name text, tbl_name text, rootpage integer, sql text );

struct Database
static
struct MasterTableSchema {}

Members

Variables

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.

Meta