26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALINT64_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALINT64_H
36 #include <boost/cstdint.hpp>
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
LiteralInt64 & operator=(const LiteralInt64 &rhs)
Expression * clone() const
It creates a new copy of this expression.
TE_DEFINE_VISITABLE LiteralInt64(boost::int64_t i)
Constructor.
LiteralInt64(const LiteralInt64 &rhs)
Copy constructor.
~LiteralInt64()
Destructor.
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.