26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALDOUBLE_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALDOUBLE_H    68         LiteralDouble(
const double& v);
    71         LiteralDouble(
const LiteralDouble& rhs);
    77         LiteralDouble& operator=(
const LiteralDouble& rhs);
    86 #endif  // __TERRALIB_DATAACCESS_INTERNAL_LITERALDOUBLE_H This is an abstract class that models a query expression. 
 
This class models a literal value. 
 
A base class for values that can be retrieved from the data access module. 
 
A class that models a literal for double values. 
 
#define TE_DEFINE_VISITABLE
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class models a literal value.