Searched refs:IN_DECLARE_VTAB (Results 1 – 2 of 2) sorted by relevance
1917 if( pTab && !IN_DECLARE_VTAB in sqlite3AddCheckConstraint()1985 if( IN_DECLARE_VTAB ){ in sqlite3AddGenerated()3596 if( p==0 || IN_DECLARE_VTAB ) goto fk_end; in sqlite3CreateForeignKey()3935 if( IN_DECLARE_VTAB && idxType!=SQLITE_IDXTYPE_PRIMARYKEY ){ in sqlite3CreateIndex()
3757 #define IN_DECLARE_VTAB 0 macro3759 #define IN_DECLARE_VTAB (pParse->eParseMode==PARSE_MODE_DECLARE_VTAB) macro