Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dattach.c247 Select *pSelect /* The SELECT statement to be fixed to one database */ in sqliteFixSelect()
H A Dtrigger.c279 TriggerStep *sqliteTriggerSelectStep(Select *pSelect){ in sqliteTriggerSelectStep()
302 Select *pSelect, /* A SELECT statement that supplies values */ in sqliteTriggerInsertStep()
H A Dinsert.c93 Select *pSelect, /* A SELECT statement to use as the data source */ in sqliteInsert()
H A Dselect.c790 Table *sqliteResultSetOfSelect(Parse *pParse, char *zTabName, Select *pSelect){ in sqliteResultSetOfSelect()
1092 Select *pSelect, /* Match to result columns of this SELECT */ in matchOrderbyToColumn()
H A DsqliteInt.h506 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member
698 Select *pSelect; /* When the expression is a sub-select. Also the member
779 Select *pSelect; /* A SELECT statement used in place of a table name */ member
1030 Select *pSelect; /* Valid for SELECT and sometimes member
H A Dbuild.c886 void sqliteEndTable(Parse *pParse, Token *pEnd, Select *pSelect){ in sqliteEndTable()
999 Select *pSelect, /* A SELECT statement that will become the new view */ in sqliteCreateView()