Searched defs:SrcList_item (Results 1 – 4 of 4) sorted by relevance
1836 struct SrcList_item { struct1837 char *zDatabase; /* Name of database holding this table */1838 char *zName; /* Name of the table */1839 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */1840 Table *pTab; /* An SQL table corresponding to zName */1841 Select *pSelect; /* A SELECT statement used in place of a table name */1842 u8 isPopulated; /* Temporary table associated with SELECT is populated */1843 u8 jointype; /* Type of join between this able and the previous */1844 u8 notIndexed; /* True if there is a NOT INDEXED clause */1846 u8 iSelectId; /* If pSelect!=0, the id of the sub-select in EQP */[all …]
10743 struct SrcList_item { struct10744 char *zDatabase; /* Name of database holding this table */10745 char *zName; /* Name of the table */10746 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */10747 Table *pTab; /* An SQL table corresponding to zName */10748 Select *pSelect; /* A SELECT statement used in place of a table name */10749 int addrFillSub; /* Address of subroutine to manifest a subquery */10750 int regReturn; /* Register holding return address of addrFillSub */10751 u8 jointype; /* Type of join between this able and the previous */10752 u8 notIndexed; /* True if there is a NOT INDEXED clause */[all …]
10196 struct SrcList_item { struct10197 char *zDatabase; /* Name of database holding this table */10198 char *zName; /* Name of the table */10199 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */10200 Table *pTab; /* An SQL table corresponding to zName */10201 Select *pSelect; /* A SELECT statement used in place of a table name */10202 u8 isPopulated; /* Temporary table associated with SELECT is populated */10203 u8 jointype; /* Type of join between this able and the previous */10204 u8 notIndexed; /* True if there is a NOT INDEXED clause */10206 u8 iSelectId; /* If pSelect!=0, the id of the sub-select in EQP */[all …]