26#ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALDATETIME_H
27#define __TERRALIB_DATAACCESS_INTERNAL_LITERALDATETIME_H
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
~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.
TE_DEFINE_VISITABLE Literal(te::dt::AbstractData *value)
Constructor.
This class models a literal value.
Namespace for the DataAccess API of TerraLib.
Namespace for the Data Type module of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.