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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h243 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
763 ** the SrcList.a[] array.
771 struct SrcList { struct
788 ** Permitted values of the SrcList.a.jointype field
826 SrcList *pTabList; /* List of tables in the join */
857 SrcList *pSrc; /* The FROM clause */
1160 void sqliteInsert(Parse*, SrcList*, ExprList*, Select*, IdList*, int);
1163 SrcList *sqliteSrcListAppend(SrcList*, Toke
[all...]

Completed in 63 milliseconds