Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtrigger.c276 TriggerStep *sqliteTriggerSelectStep(Select *pSelect){ in sqliteTriggerSelectStep()
299 Select *pSelect, /* A SELECT statement that supplies values */ in sqliteTriggerInsertStep()
H A Dattach.c244 Select *pSelect /* The SELECT statement to be fixed to one database */ in sqliteFixSelect()
H A Dinsert.c90 Select *pSelect, /* A SELECT statement to use as the data source */ in sqliteInsert()
H A Dselect.c786 Table *sqliteResultSetOfSelect(Parse *pParse, char *zTabName, Select *pSelect){ in sqliteResultSetOfSelect()
1088 Select *pSelect, /* Match to result columns of this SELECT */ in matchOrderbyToColumn()
H A DsqliteInt.h503 Select *pSelect; /* NULL for tables. Points to definition if a view. */ member
695 Select *pSelect; /* When the expression is a sub-select. Also the member
776 Select *pSelect; /* A SELECT statement used in place of a table name */ member
1027 Select *pSelect; /* Valid for SELECT and sometimes member
H A Dbuild.c883 void sqliteEndTable(Parse *pParse, Token *pEnd, Select *pSelect){ in sqliteEndTable()
996 Select *pSelect, /* A SELECT statement that will become the new view */ in sqliteCreateView()