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