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.
 
This class models a string Literal value.
 
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.
 
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.