26#ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALSTRING_H
27#define __TERRALIB_DATAACCESS_INTERNAL_LITERALSTRING_H
#define TE_DEFINE_VISITABLE
This is an abstract class that models a query expression.
Expression * clone() const
It creates a new copy of this expression.
~LiteralString()
Destructor.
LiteralString & operator=(const LiteralString &rhs)
LiteralString(const LiteralString &rhs)
Copy constructor.
TE_DEFINE_VISITABLE LiteralString(const std::string &s)
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.