Searched defs:SrcItem (Results 1 – 4 of 4) sorted by relevance
15255 typedef struct SrcItem SrcItem; typedef19124 struct SrcItem { struct19125 Schema *pSchema; /* Schema to which this item is fixed */19126 char *zDatabase; /* Name of database holding this table */19127 char *zName; /* Name of the table */19128 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */19129 Table *pTab; /* An SQL table corresponding to zName */19130 Select *pSelect; /* A SELECT statement used in place of a table name */19131 int addrFillSub; /* Address of subroutine to manifest a subquery */19132 int regReturn; /* Register holding return address of addrFillSub */[all …]
15380 typedef struct SrcItem SrcItem; typedef19262 struct SrcItem { struct19263 Schema *pSchema; /* Schema to which this item is fixed */19264 char *zDatabase; /* Name of database holding this table */19265 char *zName; /* Name of the table */19266 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */19267 Table *pTab; /* An SQL table corresponding to zName */19268 Select *pSelect; /* A SELECT statement used in place of a table name */19269 int addrFillSub; /* Address of subroutine to manifest a subquery */19270 int regReturn; /* Register holding return address of addrFillSub */[all …]
15423 typedef struct SrcItem SrcItem; typedef19307 struct SrcItem { struct19308 Schema *pSchema; /* Schema to which this item is fixed */19309 char *zDatabase; /* Name of database holding this table */19310 char *zName; /* Name of the table */19311 char *zAlias; /* The "B" part of a "A AS B" phrase. zName is the "A" */19312 Table *pTab; /* An SQL table corresponding to zName */19313 Select *pSelect; /* A SELECT statement used in place of a table name */19314 int addrFillSub; /* Address of subroutine to manifest a subquery */19315 int regReturn; /* Register holding return address of addrFillSub */[all …]