Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15777 typedef struct Subquery Subquery; typedef
19665 struct Subquery { struct
19666 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 */