Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:zColumn

5394 ** in row iRow, column zColumn, table zTable in database zDb;
5398 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5450 const char *zColumn,
68540 const char *zColumn, /* The column containing the blob */
68546 int iCol; /* Index of zColumn in row-record */
68628 if( sqlite3StrICmp(pTab->aCol[iCol].zName, zColumn)==0 ){
68634 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn);
70021 const char *zColumn;
70031 zColumn = pRight->u.zToken;
70036 zColumn = pRight->pRight->u.zToken;
70038 return lookupName(pParse, zDb, zTable, zColumn, pNC, pExpr);
101096 const char *zColumn, /* Name of the column */
101100 sqlite3StrAccumAppend(pStr, zColumn, -1);