Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9317 typedef struct Select Select; typedef
12277 struct Select { struct
12286 u64 nSelectRow; /* Estimated number of result rows */ argument
12292 Select *pPrior; /* Prior select in a compound select statement */ argument
12293 Select *pNext; /* Next select to the left in a compound */ argument
12300 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument

Completed in 444 milliseconds