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