Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12146 struct SrcList_item { struct
12147 Schema *pSchema; /* Schema to which this item is fixed */
12148 char *zDatabase; /* Name of database holding this table */
12149 char *zName; /* Name of the table */
12151 Table *pTab; /* An SQL table corresponding to zName */
12153 int addrFillSub; /* Address of subroutine to manifest a subquery */
12155 int regResult; /* Registers holding results of a co-routine */
12158 unsigned isCorrelated :1; /* True if sub-query is correlated */
12159 unsigned viaCoroutine :1; /* Implemented as a co-routine */
12165 Expr *pOn; /* The ON clause of a join */
[all …]

Completed in 450 milliseconds