Searched defs:zCol (Results 1 – 5 of 5) sorted by relevance
114 const char *zCol; /* Name of the column of the table */ in sqliteAuthRead() local
811 char *zCol = pTab->aCol[pIdx->aiColumn[j]].zName; in sqliteGenerateConstraintChecks() local
142 static int columnIndex(Table *pTab, const char *zCol){ in columnIndex() argument 155 const char *zCol, /* Name of the column */ in addWhereTerm() argument 729 char *zCol; in generateColumnNames() local [all...]
423 char *zCol = 0; /* Name of the column. The "Z" */ in lookupName() local [all...]
549 char *zCol; /* Name of column in zTo. If 0 use PRIMARY KEY */ member