Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c19883 #define NC_GenCol 0x000008 /* True for a GENERATED ALWAYS AS clause */ macro
33867 if( pExpr->op2==NC_GenCol ) zOp2 = "NC_GenCol"; in sqlite3TreeViewExpr()
91301 }else if( pOp->p5 & NC_GenCol ){
108657 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0
108951 else if( pNC->ncFlags & NC_GenCol ) zIn = "generated columns";
108958 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \
109117 testcase( pNC->ncFlags & NC_GenCol );
109119 NC_IdxExpr|NC_GenCol, 0, pExpr);
109241 NC_IdxExpr|NC_PartIdx|NC_GenCol, 0, pExpr);
109405 testcase( pNC->ncFlags & NC_GenCol );
[all …]