![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| 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 16613 of file sqlite3.c.
Referenced by sqlite3InitOne(), and sqlite3VdbeSorterInit().
| u8 Schema::enc |
Definition at line 16611 of file sqlite3.c.
Referenced by attachFunc(), and sqlite3InitOne().
| u8 Schema::file_format |
Definition at line 16610 of file sqlite3.c.
Referenced by attachFunc(), sqlite3CreateIndex(), and sqlite3InitOne().
| Hash Schema::fkeyHash |
Definition at line 16608 of file sqlite3.c.
Referenced by sqlite3CreateForeignKey(), sqlite3FkDelete(), sqlite3FkReferences(), and sqlite3SchemaClear().
| Hash Schema::idxHash |
Definition at line 16606 of file sqlite3.c.
Referenced by deleteTable(), sqlite3AnalysisLoad(), sqlite3CreateIndex(), sqlite3FindIndex(), sqlite3RootPageMoved(), sqlite3SchemaClear(), and sqlite3UnlinkAndDeleteIndex().
| int Schema::iGeneration |
Definition at line 16604 of file sqlite3.c.
Referenced by sqlite3FinishCoding(), and sqlite3SchemaClear().
| Table* Schema::pSeqTab |
Definition at line 16609 of file sqlite3.c.
Referenced by autoIncBegin(), autoIncrementEnd(), sqlite3EndTable(), sqlite3SchemaClear(), and sqlite3StartTable().
| int Schema::schema_cookie |
Definition at line 16603 of file sqlite3.c.
Referenced by schemaIsValid(), sqlite3ChangeCookie(), sqlite3FinishCoding(), and sqlite3InitOne().
| u16 Schema::schemaFlags |
Definition at line 16612 of file sqlite3.c.
Referenced by sqlite3SchemaClear(), and sqlite3ViewGetColumnNames().
| Hash Schema::tblHash |
Definition at line 16605 of file sqlite3.c.
Referenced by reindexDatabases(), sqlite3AnalysisLoad(), sqlite3EndTable(), sqlite3FindTable(), sqlite3RootPageMoved(), sqlite3SchemaClear(), sqlite3UnlinkAndDeleteTable(), and sqliteViewResetAll().
| Hash Schema::trigHash |
Definition at line 16607 of file sqlite3.c.
Referenced by detachFunc(), sqlite3BeginTrigger(), sqlite3DropTrigger(), sqlite3SchemaClear(), and sqlite3TriggerList().