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.
TE_DEFINE_VISITABLE LiteralDateTime(te::dt::DateTime *d)
Constructor.
LiteralDateTime(const te::dt::DateTime &d)
Constructor.
LiteralDateTime(const LiteralDateTime &rhs)
Copy constructor.
Expression * clone() const
It creates a new copy of this expression.
LiteralDateTime & operator=(const LiteralDateTime &rhs)
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.