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 
#define TE_DEFINE_VISITABLE
 
A class that models the name of any property of an object. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class that models a Function expression. 
 
std::auto_ptr< PropertyName > m_name
The property name. 
 
This is an abstract class that models a query expression. 
 
A class that models a Function expression. 
 
A class that represents the IN operator.