26#ifndef __TERRALIB_DATAACCESS_INTERNAL_SUBSTRING_H
27#define __TERRALIB_DATAACCESS_INTERNAL_SUBSTRING_H
This is an abstract class that models a query expression.
TE_DEFINE_VISITABLE Function(const std::string &name)
Constructor.
Expression * getString() const
Substring & operator=(const Substring &rhs)
Substring(Expression *str, Expression *start, Expression *len)
Default constructor.
void setLength(Expression *len)
Substring(const Substring &rhs)
Copy constructor.
void setStartPosition(Expression *start)
Expression * getStartPosition()
Expression * clone() const
It creates a new copy of this expression.
void setString(Expression *str)
A class that models a Function expression.
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.