Searched refs:DbClearProperty (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/src/ | ||
| H A D | sqliteInt.h | 1364 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) macro |
| H A D | build.c | 3194 DbClearProperty(db, idx, DB_UnresetViews); in sqliteViewResetAll() |