Searched defs:Subquery (Results 1 – 1 of 1) sorted by relevance
15777 typedef struct Subquery Subquery; typedef19665 struct Subquery { struct19666 Select *pSelect; /* A SELECT statement used in place of a table name */19667 int addrFillSub; /* Address of subroutine to initialize a subquery */19668 int regReturn; /* Register holding return address of addrFillSub */19669 int regResult; /* Registers holding results of a co-routine */