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

/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c15381 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
19243 ** The SrcList object is mostly an array of SrcItems.
19318 ** content for an SQL statement. For example, a single SrcList object
19319 ** is used to hold the FROM clause of a SELECT statement. SrcList also
19323 struct SrcList { struct
19330 ** Permitted values of the SrcList.a.jointype field
19398 SrcList *pSrcList; /* One or more tables used to resolve names */
19477 SrcList *pUpsertSrc; /* Table to be updated */
19508 SrcList *pSr
[all...]

Completed in 515 milliseconds