• Home
  • Raw
  • Download

Lines Matching defs:pSelect

8074   Select *pSelect; /* NULL for tables.  Points to definition if a view. */  member
8375 Select *pSelect; /* When the expression is a sub-select. Also the member
8486 Select *pSelect; /* A SELECT statement used in place of a table name */ member
8880 Select *pSelect; /* Valid for SELECT and sometimes member
52661 Select *pSelect /* The SELECT statement to be fixed to one database */ in sqlite3FixSelect()
54390 Select *pSelect /* Select from a "CREATE ... AS SELECT" */ in sqlite3EndTable()
54611 Select *pSelect, /* A SELECT statement that will become the new view */ in sqlite3CreateView()
59198 Select *pSelect, /* A SELECT statement to use as the data source */ in sqlite3Insert()
60296 Select *pSelect, /* A SELECT statement to use as the data source */ in xferOptimization()
64093 Select *pSelect, /* The whole SELECT statement */ in pushOntoSorter()
64840 SQLITE_PRIVATE Table *sqlite3ResultSetOfSelect(Parse *pParse, char *zTabName, Select *pSelect){ in sqlite3ResultSetOfSelect()
65202 Select *pSelect, /* The SELECT statement with the ORDER BY clause */ in matchOrderByTermToExprList()
65291 Select *pSelect, /* The SELECT statement containing the clause */ in processOrderGroupBy()
65359 Select *pSelect, /* The SELECT statement containing the ORDER BY */ in processCompoundOrderBy()
67929 SQLITE_PRIVATE TriggerStep *sqlite3TriggerSelectStep(sqlite3 *db, Select *pSelect){ in sqlite3TriggerSelectStep()
67956 Select *pSelect, /* A SELECT statement that supplies values */ in sqlite3TriggerInsertStep()
69076 Select *pSelect = 0; /* The SELECT statement */ in updateVirtualTable() local