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,
71285 const char *zColumn, /* The column containing the blob */
71291 int iCol; /* Index of zColumn in row-record */
71373 if( sqlite3StrICmp(pTab->aCol[iCol].zName, zColumn)==0 ){
71379 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn);
73661 const char *zColumn;
73671 zColumn = pRight->u.zToken;
73676 zColumn = pRight->pRight->u.zToken;
73678 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr);
106184 const char *zColumn, /* Name of the column */
106188 sqlite3StrAccumAppend(pStr, zColumn, -1);