Class Parser::QuerySpec¶
-
class
QuerySpec
: public Parser::QueryExpr¶ Public Functions
-
QuerySpec
(bool d, std::list<SelectEntry *> *s, std::list<TableRef *> *f, Expr *w, std::list<Expr *> *g, Expr *h)¶
-
bool
get_is_distinct
() const¶
-
const std::list<std::unique_ptr<SelectEntry>> &
get_select_clause
() const¶
-
std::string
to_string
() const¶
-