Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c33293 if( pExpr->op2==NC_GenCol ) zOp2 = "NC_GenCol"; in sqlite3TreeViewExpr()
90226 }else if( pOp->p5 & NC_GenCol ){
107355 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0
107649 else if( pNC->ncFlags & NC_GenCol ) zIn = "generated columns";
107656 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \
107815 testcase( pNC->ncFlags & NC_GenCol );
107817 NC_IdxExpr|NC_GenCol, 0, pExpr);
108083 testcase( pNC->ncFlags & NC_GenCol );
108103 testcase( pNC->ncFlags & NC_GenCol );
108988 || type==NC_GenCol || pTab==0 );
[all …]