Searched defs:sql_table (Results 1 – 1 of 1) sorted by relevance
104 struct sql_table { struct105 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;[all …]