Lines Matching defs:sql_table
104 struct sql_table { struct
105 struct sqlhist_bison *sb;
106 const char *name;
107 struct expr *exprs;
108 struct expr *fields;
109 struct expr *from;
110 struct expr *to;
111 struct expr *where;
112 struct expr **next_where;
113 struct match *matches;
114 struct match **next_match;
115 struct expr *selections;
116 struct expr **next_selection;