26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FIELD_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_FIELD_H    30 #include "../Config.h"    78         Field(
const std::string& propertyName, 
const std::string& alias = std::string(
""));
   112         void setAlias(std::string* alias);
   119         std::string* getAlias() 
const;
   130 #endif  // __TERRALIB_DATAACCESS_INTERNAL_FIELD_H The Field class can be used to model an expression that takes part of the output items of a SELECT...
 
This is an abstract class that models a query expression. 
 
std::auto_ptr< Expression > m_field
A valid expression. 
 
std::auto_ptr< std::string > m_alias
An alias for the output name. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.