26#ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALDATETIME_H 
   27#define __TERRALIB_DATAACCESS_INTERNAL_LITERALDATETIME_H 
   35  namespace dt { 
class DateTime; }
 
#define TE_DEFINE_VISITABLE
 
This is an abstract class that models a query expression.
 
A class that models a literal for Date and Time values.
 
~LiteralDateTime()
Destructor.
 
LiteralDateTime & operator=(const LiteralDateTime &rhs)
 
TE_DEFINE_VISITABLE LiteralDateTime(te::dt::DateTime *d)
Constructor.
 
Expression * clone() const
It creates a new copy of this expression.
 
LiteralDateTime(const te::dt::DateTime &d)
Constructor.
 
LiteralDateTime(const LiteralDateTime &rhs)
Copy constructor.
 
This class models a literal value.
 
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.