Searched defs:zCol (Results 1 – 5 of 5) sorted by relevance
111 const char *zCol; /* Name of the column of the table */ in sqliteAuthRead() local
138 static int columnIndex(Table *pTab, const char *zCol){ in columnIndex()151 const char *zCol, /* Name of the column */ in addWhereTerm()725 char *zCol; in generateColumnNames() local
808 char *zCol = pTab->aCol[pIdx->aiColumn[j]].zName; in sqliteGenerateConstraintChecks() local
420 char *zCol = 0; /* Name of the column. The "Z" */ in lookupName() local
546 char *zCol; /* Name of column in zTo. If 0 use PRIMARY KEY */ member