26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALDOUBLE_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALDOUBLE_H 
#define TE_DEFINE_VISITABLE
 
This is an abstract class that models a query expression.
 
A class that models a literal for double values.
 
Expression * clone() const
It creates a new copy of this expression.
 
TE_DEFINE_VISITABLE LiteralDouble(te::dt::AbstractData *v)
Constructor.
 
LiteralDouble(const LiteralDouble &rhs)
Copy constructor.
 
LiteralDouble(const te::dt::AbstractData &v)
Constructor.
 
LiteralDouble & operator=(const LiteralDouble &rhs)
 
LiteralDouble(const double &v)
Constructor.
 
~LiteralDouble()
Destructor.
 
This class models a literal value.
 
A base class for values that can be retrieved from the data access module.
 
This class can be used to represent literal values.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.