Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DsqliteInt.h243 typedef struct Select Select; typedef
850 struct Select { struct
859 Select *pPrior; /* Prior select in a compound select statement */ argument
862 char *zSelect; /* Complete text of the SELECT command */ argument
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7864 typedef struct Select Select; typedef
10643 struct Select { struct
10653 Select *pPrior; /* Prior select in a compound select statement */ argument
10654 Select *pNext; /* Next select to the left in a compound */ argument
10655 Select *pRightmost; /* Right-most select in a compound select statement */ argument
10660 double nSelectRow; /* Estimated number of result rows */ argument
10664 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument

Completed in 293 milliseconds