26#ifndef __TERRALIB_DATAACCESS_INTERNAL_PROPERTYNAME_H
27#define __TERRALIB_DATAACCESS_INTERNAL_PROPERTYNAME_H
#define TE_DEFINE_VISITABLE
TE_DEFINE_VISITABLE Expression()
Default constructor.
PropertyName(const PropertyName &rhs)
Copy constructor.
PropertyName & operator=(const PropertyName &rhs)
~PropertyName()
Destructor.
TE_DEFINE_VISITABLE PropertyName(const std::string &name)
Constructor.
Expression * clone() const
It creates a new copy of this expression.
std::string m_name
The property name.
const std::string & getName() const
It returns the property name.
void setName(const std::string &name)
It sets the property name.
This is an abstract class that models a query expression.
Namespace for the DataAccess API of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.