Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20545 #define NC_GenCol 0x000008 /* True for a GENERATED ALWAYS AS clause */ macro
34737 if( pExpr->op2==NC_GenCol ) zOp2 = "NC_GenCol"; in sqlite3TreeViewExpr()
93512 }else if( pOp->p5 & NC_GenCol ){
111109 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0
111404 else if( pNC->ncFlags & NC_GenCol ) zIn = "generated columns";
111411 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \
111590 testcase( pNC->ncFlags & NC_GenCol );
111592 NC_IdxExpr|NC_GenCol, 0, pExpr);
111711 NC_IdxExpr|NC_PartIdx|NC_GenCol, 0, pExpr);
111877 testcase( pNC->ncFlags & NC_GenCol );
[all …]