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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h242 typedef struct IdList IdList; typedef in typeref:struct:IdList
744 ** The IdList.a.idx field is used when the IdList represents the list of
749 ** If "a" is the k-th column of table "t", then IdList.a[0].idx==k.
751 struct IdList { struct
783 IdList *pUsing; /* The USING clause of a join */
978 IdList *pColumns; /* If this is an UPDATE OF <column-list> trigger,
1036 IdList *pIdList; /* Valid for INSERT statements only */
1150 void sqliteAddPrimaryKey(Parse*, IdList*, in
[all...]

Completed in 49 milliseconds