Searched defs:DbHasProperty (Results 1 – 4 of 4) sorted by relevance
704 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P)) macro
9049 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P)) macro
10361 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) macro