Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | schema_cookie |
int | iGeneration |
Hash | tblHash |
Hash | idxHash |
Hash | trigHash |
Hash | fkeyHash |
Table * | pSeqTab |
u8 | file_format |
u8 | enc |
u16 | schemaFlags |
int | cache_size |
int Schema::cache_size |
Definition at line 16641 of file sqlite3.c.
Referenced by sqlite3InitOne(), sqlite3Pragma(), and sqlite3VdbeSorterInit().
u8 Schema::enc |
Definition at line 16639 of file sqlite3.c.
Referenced by attachFunc(), and sqlite3InitOne().
u8 Schema::file_format |
Definition at line 16638 of file sqlite3.c.
Referenced by attachFunc(), sqlite3CreateIndex(), sqlite3InitOne(), and sqlite3VdbeExec().
Hash Schema::fkeyHash |
Definition at line 16636 of file sqlite3.c.
Referenced by sqlite3CreateForeignKey(), sqlite3FkDelete(), sqlite3FkReferences(), and sqlite3SchemaClear().
Hash Schema::idxHash |
Definition at line 16634 of file sqlite3.c.
Referenced by deleteTable(), sqlite3AnalysisLoad(), sqlite3CreateIndex(), sqlite3FindIndex(), sqlite3RootPageMoved(), sqlite3SchemaClear(), and sqlite3UnlinkAndDeleteIndex().
int Schema::iGeneration |
Definition at line 16632 of file sqlite3.c.
Referenced by sqlite3FinishCoding(), sqlite3SchemaClear(), and sqlite3VdbeExec().
Table* Schema::pSeqTab |
Definition at line 16637 of file sqlite3.c.
Referenced by autoIncBegin(), autoIncrementEnd(), sqlite3EndTable(), sqlite3SchemaClear(), and sqlite3StartTable().
int Schema::schema_cookie |
Definition at line 16631 of file sqlite3.c.
Referenced by schemaIsValid(), sqlite3ChangeCookie(), sqlite3FinishCoding(), sqlite3InitOne(), and sqlite3VdbeExec().
u16 Schema::schemaFlags |
Definition at line 16640 of file sqlite3.c.
Referenced by sqlite3SchemaClear(), and sqlite3ViewGetColumnNames().
Hash Schema::tblHash |
Definition at line 16633 of file sqlite3.c.
Referenced by reindexDatabases(), sqlite3AnalysisLoad(), sqlite3EndTable(), sqlite3FindTable(), sqlite3Pragma(), sqlite3RootPageMoved(), sqlite3SchemaClear(), sqlite3UnlinkAndDeleteTable(), and sqliteViewResetAll().
Hash Schema::trigHash |
Definition at line 16635 of file sqlite3.c.
Referenced by detachFunc(), sqlite3BeginTrigger(), sqlite3DropTrigger(), sqlite3SchemaClear(), and sqlite3TriggerList().