Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c1917 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()
H A DsqliteInt.h3757 #define IN_DECLARE_VTAB 0 macro
3759 #define IN_DECLARE_VTAB (pParse->eParseMode==PARSE_MODE_DECLARE_VTAB) macro