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