26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_DATASETNAME_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_DATASETNAME_H
55 DataSetName(
const std::string& name,
const std::string& alias =
"");
#define TE_DEFINE_VISITABLE
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.
void setName(const std::string &name)
It sets the dataset name.
std::string m_name
The dataset name.
const std::string & getName() const
It returns the dataset name.
DataSetName & operator=(const DataSetName &rhs)
~DataSetName()
Destructor.
DataSetName(const DataSetName &rhs)
Copy constructor.
TE_DEFINE_VISITABLE DataSetName(const std::string &name, const std::string &alias="")
Constructor.
An abstract class that models a source of data in a query.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.