Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19360 #define NC_GenCol 0x000008 /* True for a GENERATED ALWAYS AS clause */ macro
32984 if( pExpr->op2==NC_GenCol ) zOp2 = "NC_GenCol"; in sqlite3TreeViewExpr()
89722 }else if( pOp->p5 & NC_GenCol ){
106782 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0
107063 else if( pNC->ncFlags & NC_GenCol ) zIn = "generated columns";
107070 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \
107200 testcase( pNC->ncFlags & NC_GenCol );
107202 NC_IdxExpr|NC_GenCol, 0, pExpr);
107305 NC_IdxExpr|NC_PartIdx|NC_GenCol, 0, pExpr);
107471 testcase( pNC->ncFlags & NC_GenCol );
[all …]