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.
TE_DEFINE_VISITABLE FromItem(const std::string &alias)
Constructor.
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.
SubSelect(const Select &s, const std::string &alias)
Constructor.
FromItem * clone() const
It creates a new copy of this FromItem.
std::unique_ptr< Select > m_select
The associated SubSelect.
SubSelect & operator=(const SubSelect &rhs)
void setSelect(Select *s)
It sets the real SubSelect associated to this object.
Select * getSelect() const
It returns the associated subselect.
SubSelect(const SubSelect &rhs)
Copy constructor.
Namespace for the DataAccess API of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.