Home
last modified time | relevance | path

Searched refs:IdList (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15311 typedef struct IdList IdList; typedef
19159 struct IdList { struct
19228 IdList *pUsing; /* fg.isUsing==1 => The USING clause of a join */
19247 IdList *pUsing; /* The USING clause of a join */
19935 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
20006 IdList *pIdList; /* Column names for INSERT */
20670 SQLITE_PRIVATE void sqlite3TreeViewBareIdList(TreeView*, const IdList*, const char*);
20671 SQLITE_PRIVATE void sqlite3TreeViewIdList(TreeView*, const IdList*, u8, const char*);
20681 const IdList*, const Select*, const ExprList*,
20697 SQLITE_PRIVATE void sqlite3ShowIdList(const IdList*);
[all …]