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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15335 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
19181 ** The SrcList object is mostly an array of SrcItems.
19252 ** content for an SQL statement. For example, a single SrcList object
19253 ** is used to hold the FROM clause of a SELECT statement. SrcList also
19257 struct SrcList { struct
19264 ** Permitted values of the SrcList.a.jointype field
19332 SrcList *pSrcList; /* One or more tables used to resolve names */
19409 SrcList *pUpsertSrc; /* Table to be updated */
19440 SrcList *pSr
[all...]

Completed in 701 milliseconds