26#ifndef __TERRALIB_DATAACCESS_INTERNAL_SUBSTRING_H
27#define __TERRALIB_DATAACCESS_INTERNAL_SUBSTRING_H
This is an abstract class that models a query expression.
A class that models a Function expression.
Allows the extraction of substrings.
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)
Symbology Encoding functions.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.