Home
last modified time | relevance | path

Searched defs:ExprHasVVAProperty (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h2965 # define ExprHasVVAProperty(E,P) (((E)->vvaFlags&(P))!=0) macro
2969 # define ExprHasVVAProperty(E,P) 0 macro