Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20524 #define NC_GenCol 0x000008 /* True for a GENERATED ALWAYS AS clause */ macro
34707 if( pExpr->op2==NC_GenCol ) zOp2 = "NC_GenCol"; in sqlite3TreeViewExpr()
93360 }else if( pOp->p5 & NC_GenCol ){
110951 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0
111245 else if( pNC->ncFlags & NC_GenCol ) zIn = "generated columns";
111252 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \
111411 testcase( pNC->ncFlags & NC_GenCol );
111413 NC_IdxExpr|NC_GenCol, 0, pExpr);
111535 NC_IdxExpr|NC_PartIdx|NC_GenCol, 0, pExpr);
111701 testcase( pNC->ncFlags & NC_GenCol );
[all …]