1 #ifndef CARMA_DBMS_SELECTOR_H
2 #define CARMA_DBMS_SELECTOR_H
36 virtual std::string
toString()
const = 0;
41 void setTable(
const std::string& tableName);
53 std::string *tableName_;
59 #endif // CARMA_DBMS_SELECTOR_H
std::string * getTable() const
get the pointer to the table name.
void setTable(const std::string &tableName)
set the option table name or aliased table name for this selection
virtual std::string toString() const =0
string representation of this selector
Abstract base class to represent an SQL selection (portion of SELECT clause)
virtual ~Selector()
destructor