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