Home
last modified time | relevance | path

Searched defs:Select (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A DsqliteInt.h246 typedef struct Select Select; typedef
853 struct Select { struct
862 Select *pPrior; /* Prior select in a compound select statement */ argument
865 char *zSelect; /* Complete text of the SELECT command */ argument
/titanic_41/usr/src/cmd/lms/
H A DProtocol.cpp477 int Protocol::Select() function in Protocol