26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_SELECTEXPRESSION_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_SELECTEXPRESSION_H 
   69         SelectExpression(
const Select& s);
 
   72         SelectExpression(
const SelectExpression& rhs);
 
   78         SelectExpression& operator=(
const SelectExpression& rhs);
 
  107 #endif  // __TERRALIB_DATAACCESS_INTERNAL_SELECTEXPRESSION_H 
This is an abstract class that models a query expression. 
This is an abstract class that models a query expression. 
#define TE_DEFINE_VISITABLE
A Select models a query to be used when retrieving data from a DataSource. 
~SelectExpression()
Destructor. 
A Select can be used as a source of information in another query. 
std::auto_ptr< Select > m_select
The associated SelectExpression. 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.