Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfuzz_common.tcl201 proc Select {{nMulti 0}} { procedure
/sqlite-3.40.0/src/
H A DsqliteInt.h1209 typedef struct Select Select; typedef
3345 struct Select { struct
3347 LogEst nSelectRow; /* Estimated number of result rows */ argument
3358 Select *pPrior; /* Prior select in a compound select statement */ argument
3359 Select *pNext; /* Next select to the left in a compound */ argument
3369 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument