Searched refs:pSelect (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 18823 Select *pSelect; /* View definition */ member 19287 Select *pSelect; /* SELECT statement that this AggInfo supports */ member 19412 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */ member 19666 Select *pSelect; /* A SELECT statement used in place of a table name */ member 20024 ((X)->u4.pSubq->pSelect->selFlags&SF_NestedFrom)!=0) 20539 Select *pSelect; /* SELECT statement or RHS of INSERT INTO SELECT ... */ member 20763 Select *pSelect; /* HAVING to WHERE clause ctx */ member 20828 Select *pSelect; /* The definition of this CTE */ member 21327 SQLITE_PRIVATE void sqlite3GenerateColumnNames(Parse *pParse, Select *pSelect); 32556 Select *pSel = pItem->u4.pSubq->pSelect; in sqlite3_str_vappendf() [all …]
|
| H A D | shell.c | 14063 sqlite3_stmt *pSelect = 0; in idxProcessOneTrigger() local 14068 rc = idxPrintfPrepareStmt(p->db, &pSelect, pzErr, zSql, zTab, zTab); in idxProcessOneTrigger() 14069 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger() 14070 const char *zCreate = (const char*)sqlite3_column_text(pSelect, 0); in idxProcessOneTrigger() 14074 idxFinalize(&rc, pSelect); in idxProcessOneTrigger() 19869 sqlite3_stmt *pSelect = 0; in recoverWriteSchema1() local 19872 pSelect = recoverPrepare(p, p->dbOut, in recoverWriteSchema1() 19891 if( pSelect ){ in recoverWriteSchema1() 19892 sqlite3_bind_int(pSelect, 1, p->bSlowIndexes); in recoverWriteSchema1() 19893 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema1() [all …]
|