26#ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALINT32_H
27#define __TERRALIB_DATAACCESS_INTERNAL_LITERALINT32_H
36#include <boost/cstdint.hpp>
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
LiteralInt32 & operator=(const LiteralInt32 &rhs)
Expression * clone() const
It creates a new copy of this expression.
TE_DEFINE_VISITABLE LiteralInt32(boost::int32_t i)
Constructor.
~LiteralInt32()
Destructor.
LiteralInt32(const LiteralInt32 &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.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.