26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_SUBSELECT_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_SUBSELECT_H
#define TE_DEFINE_VISITABLE
An abstract class that models a source of data in a query.
An abstract class that models a source of data in a query.
A Select models a query to be used when retrieving data from a DataSource.
A Select can be used as a source of information in another query.
TE_DEFINE_VISITABLE SubSelect(Select *s, const std::string &alias)
Constructor.
FromItem * clone() const
It creates a new copy of this FromItem.
Select * getSelect() const
It returns the associated subselect.
SubSelect(const Select &s, const std::string &alias)
Constructor.
std::unique_ptr< Select > m_select
The associated SubSelect.
void setSelect(Select *s)
It sets the real SubSelect associated to this object.
SubSelect(const SubSelect &rhs)
Copy constructor.
SubSelect & operator=(const SubSelect &rhs)
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.