Searched refs:zTo (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10219 char *zTo; /* Name of table that the key points to (aka: Parent) */ member in struct:FKey
10220 FKey *pNextTo; /* Next foreign key on table named zTo */
10221 FKey *pPrevTo; /* Previous foreign key on table named zTo */
10227 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
10229 char *zCol; /* Name of column in zTo. If 0 use PRIMARY KEY */
123573 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
[all...]

Completed in 377 milliseconds