Searched defs:SrcList_item (Results 1 – 2 of 2) sorted by relevance
15094 struct SrcList_item { struct15095 Schema *pSchema; /* Schema to which this item is fixed */15096 char *zDatabase; /* Name of database holding this table */15097 char *zName; /* Name of the table */15098 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */15099 Table *pTab; /* An SQL table corresponding to zName */15100 Select *pSelect; /* A SELECT statement used in place of a table name */15101 int addrFillSub; /* Address of subroutine to manifest a subquery */15102 int regReturn; /* Register holding return address of addrFillSub */15103 int regResult; /* Registers holding results of a co-routine */[all …]
10489 struct SrcList_item { struct10490 char *zDatabase; /* Name of database holding this table */10491 char *zName; /* Name of the table */10492 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */10493 Table *pTab; /* An SQL table corresponding to zName */10494 Select *pSelect; /* A SELECT statement used in place of a table name */10495 int addrFillSub; /* Address of subroutine to manifest a subquery */10496 int regReturn; /* Register holding return address of addrFillSub */10497 u8 jointype; /* Type of join between this able and the previous */10498 u8 notIndexed; /* True if there is a NOT INDEXED clause */[all …]