Searched refs:DbHasProperty (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | prepare.c | 447 if( !DbHasProperty(db, 0, DB_SchemaLoaded) ){ in sqlite3Init() 454 if( !DbHasProperty(db, i, DB_SchemaLoaded) ){ in sqlite3Init()
|
| H A D | build.c | 653 if( DbHasProperty(db, i, DB_ResetWanted) ){ in sqlite3ResetOneSchema() 3187 if( !DbHasProperty(db, idx, DB_UnresetViews) ) return; in sqliteViewResetAll()
|
| H A D | main.c | 3560 if( rc==SQLITE_OK && !DbHasProperty(*ppDb, 0, DB_SchemaLoaded) ){ in sqlite3_open16()
|
| H A D | sqliteInt.h | 1361 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) macro
|
| H A D | vdbe.c | 6802 assert( DbHasProperty(db, iDb, DB_SchemaLoaded) in sqlite3VdbeExec()
|