26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_FROMFUNCTIONCALL_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_FROMFUNCTIONCALL_H
69 FromFunctionCall(
const Function& f,
const std::string& alias);
72 FromFunctionCall(
const FromFunctionCall& rhs);
78 FromFunctionCall& operator=(
const FromFunctionCall& rhs);
99 std::auto_ptr<Function>
m_f;
105 #endif // __TERRALIB_DATAACCESS_INTERNAL_FROMFUNCTIONCALL_H
An abstract class that models a source of data in a query.
An abstract class that models a source of data in a query.
std::auto_ptr< Function > m_f
The associated function.
A class that models a Function expression.
#define TE_DEFINE_VISITABLE
A Select can be used as a source of information in another query.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.