Home
last modified time | relevance | path

Searched defs:zCol (Results 1 – 5 of 5) sorted by relevance

/titanic_51/usr/src/lib/libsqlite/src/
H A Dauth.c114 const char *zCol; /* Name of the column of the table */ in sqliteAuthRead() local
H A Dinsert.c811 char *zCol = pTab->aCol[pIdx->aiColumn[j]].zName; in sqliteGenerateConstraintChecks() local
H A Dselect.c142 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...]
H A Dexpr.c423 char *zCol = 0; /* Name of the column. The "Z" */ in lookupName() local
[all...]
H A DsqliteInt.h549 char *zCol; /* Name of column in zTo. If 0 use PRIMARY KEY */ member