26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_IN_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_IN_H
79 In(
const std::string& name);
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
A class that models a Function expression.
A class that represents the IN operator.
TE_DEFINE_VISITABLE In(PropertyName *p)
Constructor.
In & operator=(const In &rhs)
void setPropertyName(PropertyName *p)
It sets the property name.
Expression * clone() const
It creates a new copy of this expression.
In(const std::string &name)
Constructor.
In(const PropertyName &p)
Constructor.
PropertyName * getPropertyName() const
It returns the property name.
In(const In &rhs)
Copy constructor.
std::unique_ptr< PropertyName > m_name
The property name.
A class that models the name of any property of an object.
Symbology Encoding functions.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.