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

/external/sqlite/dist/orig/
H A Dsqlite3.c9969 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
12823 ** the SrcList.a[] array.
12839 struct SrcList { struct
12877 ** Permitted values of the SrcList.a.jointype field
12938 SrcList *pSrcList; /* One or more tables used to resolve names */
12992 SrcList *pSrc; /* The FROM clause */
13568 SrcList *pSrcList; /* FROM clause */
13885 SQLITE_PRIVATE void sqlite3DropTable(Parse*, SrcList*, int, int);
13895 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, Selec
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9969 typedef struct SrcList SrcList; typedef in typeref:struct:SrcList
12823 ** the SrcList.a[] array.
12839 struct SrcList { struct
12877 ** Permitted values of the SrcList.a.jointype field
12938 SrcList *pSrcList; /* One or more tables used to resolve names */
12992 SrcList *pSrc; /* The FROM clause */
13568 SrcList *pSrcList; /* FROM clause */
13885 SQLITE_PRIVATE void sqlite3DropTable(Parse*, SrcList*, int, int);
13895 SQLITE_PRIVATE void sqlite3Insert(Parse*, SrcList*, Selec
[all...]

Completed in 746 milliseconds