26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FROMFUNCTIONCALL_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_FROMFUNCTIONCALL_H 
   99         std::unique_ptr<Function> 
m_f;  
 
#define TE_DEFINE_VISITABLE
 
An abstract class that models a source of data in a query.
 
A Select can be used as a source of information in another query.
 
FromItem * clone() const
It creates a new copy of this FromItem.
 
FromFunctionCall(const Function &f, const std::string &alias)
Constructor.
 
void setFunction(Function *f)
It sets the function associated to this object.
 
FromFunctionCall & operator=(const FromFunctionCall &rhs)
 
Function * getFunction() const
It returns the associated function.
 
FromFunctionCall(const FromFunctionCall &rhs)
Copy constructor.
 
TE_DEFINE_VISITABLE FromFunctionCall(Function *f, const std::string &alias)
Constructor.
 
std::unique_ptr< Function > m_f
The associated function.
 
~FromFunctionCall()
Destructor.
 
An abstract class that models a source of data in a query.
 
A class that models a Function expression.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.