Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1212 typedef struct SrcItem SrcItem; typedef
3112 struct SrcItem { struct
3113 Schema *pSchema; /* Schema to which this item is fixed */
3115 char *zName; /* Name of the table */
3122 struct {
3138 } fg;
3140 union {
3143 } u3;
3145 union {
3148 } u1;
[all …]