Searched defs:Select (Results 1 – 2 of 2) sorted by relevance
243 typedef struct Select Select; typedef850 struct Select { struct859 Select *pPrior; /* Prior select in a compound select statement */ argument862 char *zSelect; /* Complete text of the SELECT command */ argument
7864 typedef struct Select Select; typedef10643 struct Select { struct10653 Select *pPrior; /* Prior select in a compound select statement */ argument10654 Select *pNext; /* Next select to the left in a compound */ argument10655 Select *pRightmost; /* Right-most select in a compound select statement */ argument10660 double nSelectRow; /* Estimated number of result rows */ argument10664 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
Completed in 285 milliseconds