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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8094 typedef struct IdList IdList; typedef in typeref:struct:IdList
10665 ** The IdList.a.idx field is used when the IdList represents the list of
10670 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
10672 struct IdList { struct
10733 IdList *pUsing; /* The USING clause of a join */
11190 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
11254 IdList *pIdList; /* Column names for INSERT */
11619 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, ExprList*, Select*, IdList*, in
[all...]

Completed in 357 milliseconds