Searched refs:NC_GenCol (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | resolve.c | 540 && (pNC->ncFlags & (NC_IdxExpr|NC_GenCol))==0 in lookupName() 820 else if( pNC->ncFlags & NC_GenCol ) zIn = "generated columns"; in notValidImpl() 827 assert( ((X)&~(NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol))==0 ); \ 961 testcase( pNC->ncFlags & NC_GenCol ); in resolveExprStep() 963 NC_IdxExpr|NC_GenCol, 0, pExpr); in resolveExprStep() 1065 NC_IdxExpr|NC_PartIdx|NC_GenCol, 0, pExpr); in resolveExprStep() 1221 testcase( pNC->ncFlags & NC_GenCol ); in resolveExprStep() 1239 testcase( pNC->ncFlags & NC_GenCol ); in resolveExprStep() 1241 NC_IsCheck|NC_PartIdx|NC_IdxExpr|NC_GenCol, pExpr, pExpr); in resolveExprStep() 2115 || type==NC_GenCol || pTab==0 ); in sqlite3ResolveSelfReference()
|
| H A D | treeview.c | 693 if( pExpr->op2==NC_GenCol ) zOp2 = "NC_GenCol"; in sqlite3TreeViewExpr()
|
| H A D | sqliteInt.h | 3273 #define NC_GenCol 0x000008 /* True for a GENERATED ALWAYS AS clause */ macro
|
| H A D | vdbeaux.c | 5202 }else if( pOp->p5 & NC_GenCol ){ in sqlite3NotPureFunc()
|
| H A D | build.c | 2740 if( sqlite3ResolveSelfReference(pParse, p, NC_GenCol, pX, 0) ){ in sqlite3EndTable()
|