Class Parser::TableRef

class TableRef : public Parser::Node

Public Functions

TableRef(std::string *t)
TableRef(std::string *t, std::string *r)
const std::string *get_table_name() const
const std::string *get_range_var() const
std::string to_string() const

Private Members

std::unique_ptr<std::string> table_name_
std::unique_ptr<std::string> range_var_