Lines Matching defs:sql_table
97 struct sql_table { struct
98 struct sqlhist_bison *sb;
99 const char *name;
100 struct expr *exprs;
101 struct expr *fields;
102 struct expr *from;
103 struct expr *to;
104 struct expr *where;
105 struct expr **next_where;
106 struct match *matches;
107 struct match **next_match;
108 struct expr *selections;
109 struct expr **next_selection;