Go to the documentation of this file.
26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_SUBSTRING_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_SUBSTRING_H
78 #endif // __TERRALIB_DATAACCESS_INTERNAL_SUBSTRING_H
Substring & operator=(const Substring &rhs)
Substring(Expression *str, Expression *start, Expression *len)
Default constructor.
void setString(Expression *str)
Symbology Encoding functions.
A class that models a Function expression.
void setLength(Expression *len)
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
Expression * getString() const
This is an abstract class that models a query expression.
Substring(const Substring &rhs)
Copy constructor.
Expression * clone() const
It creates a new copy of this expression.
Expression * getStartPosition()
void setStartPosition(Expression *start)
Allows the extraction of substrings.