26 #ifndef __TERRALIB_SERIALIZATION_DATAACCESS_INTERNAL_DATASETTYPE_H 27 #define __TERRALIB_SERIALIZATION_DATAACCESS_INTERNAL_DATASETTYPE_H 30 #include "../../query/Distinct.h" 31 #include "../../query/Fields.h" 32 #include "../../query/From.h" 33 #include "../../query/GroupBy.h" 34 #include "../../query/OrderBy.h" 35 #include "../../Config.h" 45 class DataSourceCapabilities;
46 class DataSourceCatalog;
154 #endif // __TERRALIB_SERIALIZATION_DATAACCESS_INTERNAL_DATASETTYPE_H A class that can be used to model a filter expression that can be applied to a query.
boost::ptr_vector< GroupByItem > GroupBy
A class that can be used to model a GROUP BY clause.
A class that can be used in a GROUP BY clause.
An abstract class that models a source of data in a query.
The Field class can be used to model an expression that takes part of the output items of a SELECT...
This class models a XML reader object.
TEDATAACCESSEXPORT te::da::Where * ReadWhere(te::xml::Reader &reader)
It represents the system catalog of a DataSource.
boost::ptr_vector< Expression > Distinct
A class that models a Distinct clause on a query.
A class that models the name of any property of an object.
A class that models the description of a dataset.
It represents the SQL query dialect accepted by a given data source.
boost::ptr_vector< OrderByItem > OrderBy
A class that can be used to model an ORDER BY clause.
TEDATAACCESSEXPORT te::da::Select * ReadSelect(te::xml::Reader &reader)
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
This class models a XML writer object.
TEDATAACCESSEXPORT te::da::GroupBy * ReadGroupBy(te::xml::Reader &reader)
TEDATAACCESSEXPORT te::da::FromItem * ReadFromItem(te::xml::Reader &reader)
TEDATAACCESSEXPORT te::da::Fields * ReadFields(te::xml::Reader &reader)
This is an abstract class that models a query expression.
TEDATAACCESSEXPORT te::da::Function * ReadFunction(te::xml::Reader &reader)
TEDATAACCESSEXPORT void Save(const std::string &fileName)
TEDATAACCESSEXPORT te::da::DataSourceCatalog * ReadDataSourceCatalog(te::xml::Reader &reader)
TEDATAACCESSEXPORT te::da::From * ReadFrom(te::xml::Reader &reader)
This class models a literal value.
te::da::DataSourceCapabilities capabilities
TEDATAACCESSEXPORT te::da::SQLDialect * ReadDialect(const std::string &dialectFileName)
TEDATAACCESSEXPORT te::da::Literal * ReadLiteral(te::xml::Reader &reader)
boost::ptr_vector< Field > Fields
Fields is just a boost::ptr_vector of Field pointers.
A class that can be used to model a filter expression that can be applied to a query.
TEDATAACCESSEXPORT te::da::DataSetType * ReadDataSetType(te::xml::Reader &reader)
A class that models a Function expression.
A Select models a query to be used when retrieving data from a DataSource.
TEDATAACCESSEXPORT te::da::PropertyName * ReadPropertyName(te::xml::Reader &reader)
boost::ptr_vector< FromItem > From
It models the FROM clause for a query.
TEDATAACCESSEXPORT te::da::Distinct * ReadDistinct(te::xml::Reader &reader)
TEDATAACCESSEXPORT void ReadDataSourceInfo(const std::string &datasourcesFileName)
A class that represents a data source component.
TEDATAACCESSEXPORT te::da::OrderBy * ReadOrderBy(te::xml::Reader &reader)
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
TEDATAACCESSEXPORT te::da::Having * ReadHaving(te::xml::Reader &reader)
A class that can be used in an ORDER BY clause to sort the items of a resulting query.
TEDATAACCESSEXPORT void Read(const std::string &dialectFileName, te::da::DataSourceCapabilities &capabilities, te::da::SQLDialect &dialect)