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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dexpr.c240 pNew->zSelect = 0;
H A DsqliteInt.h839 ** The zSelect field is used when the Select structure must be persistent.
844 ** of the expression tree will have something to point to. zSelect is used
865 char *zSelect; /* Complete text of the SELECT command */ member in struct:Select
H A Dselect.c297 sqliteFree(p->zSelect);

Completed in 27 milliseconds