26#ifndef __TERRALIB_DATAACCESS_INTERNAL_CAST_H 
   27#define __TERRALIB_DATAACCESS_INTERNAL_CAST_H 
#define TE_DEFINE_VISITABLE
 
A base class for binary functions.
 
A static class with global function name definitions.
 
A base class for binary functions.
 
Cast a expression function.
 
Cast(const Expression &value, const Expression &type)
Constructor.
 
Expression * clone() const
It creates a new copy of this expression.
 
Cast(const Cast &rhs)
Copy constructor.
 
Cast & operator=(const Cast &rhs)
 
TE_DEFINE_VISITABLE Cast(Expression *value, Expression *type)
Constructor.
 
This is an abstract class that models a query expression.
 
A static class with global function name definitions.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.