26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_IN_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_IN_H    79         In(
const std::string& name);
    88         In& operator=(
const In& rhs);
   115 #endif  // __TERRALIB_DATAACCESS_INTERNAL_IN_H A class that models a Function expression. 
 
A class that models the name of any property of an object. 
 
This is an abstract class that models a query expression. 
 
A class that models a Function expression. 
 
#define TE_DEFINE_VISITABLE
 
std::unique_ptr< PropertyName > m_name
The property name. 
 
A class that represents the IN operator. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.