Home | History | Annotate | Download | only in dist

Lines Matching defs:zColumn

5769 ** in row iRow, column zColumn, table zTable in database zDb;
5773 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5825 const char *zColumn,
71313 const char *zColumn, /* The column containing the blob */
71319 int iCol; /* Index of zColumn in row-record */
71401 if( sqlite3StrICmp(pTab->aCol[iCol].zName, zColumn)==0 ){
71407 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn);
73697 const char *zColumn;
73707 zColumn = pRight->u.zToken;
73712 zColumn = pRight->pRight->u.zToken;
73714 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr);
106220 const char *zColumn, /* Name of the column */
106224 sqlite3StrAccumAppend(pStr, zColumn, -1);