Home
last modified time | relevance | path

Searched refs:schemaFlags (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10897 u16 schemaFlags; /* Flags associated with this schema */ member
10905 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P))
10906 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0)
10907 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P)
10908 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P)
53216 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
92982 pTable->pSchema->schemaFlags |= DB_UnresetViews;
95555 if( pSchema->schemaFlags & DB_SchemaLoaded ){
95557 pSchema->schemaFlags &= ~DB_SchemaLoaded;

Completed in 345 milliseconds