Home
last modified time | relevance | path

Searched defs:SrcItem (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15334 typedef struct SrcItem SrcItem; typedef
19198 struct SrcItem { struct
19199 Schema *pSchema; /* Schema to which this item is fixed */
19200 char *zDatabase; /* Name of database holding this table */
19201 char *zName; /* Name of the table */
19202 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */
19203 Table *pTab; /* An SQL table corresponding to zName */
19204 Select *pSelect; /* A SELECT statement used in place of a table name */
19205 int addrFillSub; /* Address of subroutine to manifest a subquery */
19206 int regReturn; /* Register holding return address of addrFillSub */
[all …]