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.
 
Substring(Expression *str, Expression *start, Expression *len)
Default constructor.
 
void setLength(Expression *len)
 
Expression * getString() const
 
Substring(const Substring &rhs)
Copy constructor.
 
Expression * clone() const
It creates a new copy of this expression.
 
void setStartPosition(Expression *start)
 
Expression * getStartPosition()
 
Substring & operator=(const Substring &rhs)
 
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.