Go to the documentation of this file.
26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALSTRING_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALSTRING_H
75 #endif // __TERRALIB_DATAACCESS_INTERNAL_LITERALSTRING_H
Expression * clone() const
It creates a new copy of this expression.
LiteralString(const LiteralString &rhs)
Copy constructor.
LiteralString & operator=(const LiteralString &rhs)
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
This class can be used to represent literal values.
This class models a string Literal value.
This is an abstract class that models a query expression.
TE_DEFINE_VISITABLE LiteralString(const std::string &s)
Constructor.
This class models a literal value.
~LiteralString()
Destructor.
#define TE_DEFINE_VISITABLE