DataSetName & operator=(const DataSetName &rhs)
 
An abstract class that models a source of data in a query. 
 
A class that models the name of a dataset used in a From clause. 
 
FromItem * clone() const 
It creates a new copy of this FromItem. 
 
A class that models the name of a dataset used in a From clause. 
 
FromItem & operator=(const FromItem &rhs)
 
TE_DEFINE_VISITABLE DataSetName(const std::string &name, const std::string &alias="")
Constructor. 
 
const std::string & getName() const 
It returns the dataset name. 
 
std::string m_name
The dataset name. 
 
void setName(const std::string &name)
It sets the dataset name.