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;
 
  152 #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. 
 
te::da::SQLDialect * dialect
 
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::DataSetType * ReadDataSetType(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. 
 
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::Having * ReadHaving(te::xml::Reader &reader)
 
TEDATAACCESSEXPORT void Read(const std::string &dialectFileName, te::da::DataSourceCapabilities &capabilities, te::da::SQLDialect &dialect)
 
TEDATAACCESSEXPORT te::da::Function * ReadFunction(te::xml::Reader &reader)
 
This is an abstract class that models a query expression. 
 
TEDATAACCESSEXPORT te::da::Where * ReadWhere(te::xml::Reader &reader)
 
This class models a literal value. 
 
te::da::DataSourceCapabilities capabilities
 
TEDATAACCESSEXPORT void Save(const std::string &fileName)
 
boost::ptr_vector< Field > Fields
Fields is just a boost::ptr_vector of Field pointers. 
 
TEDATAACCESSEXPORT te::da::From * ReadFrom(te::xml::Reader &reader)
 
A class that can be used to model a filter expression that can be applied to a query. 
 
TEDATAACCESSEXPORT te::da::Distinct * ReadDistinct(te::xml::Reader &reader)
 
A class that models a Function expression. 
 
TEDATAACCESSEXPORT te::da::FromItem * ReadFromItem(te::xml::Reader &reader)
 
TEDATAACCESSEXPORT te::da::OrderBy * ReadOrderBy(te::xml::Reader &reader)
 
TEDATAACCESSEXPORT te::da::GroupBy * ReadGroupBy(te::xml::Reader &reader)
 
A Select models a query to be used when retrieving data from a DataSource. 
 
boost::ptr_vector< FromItem > From
It models the FROM clause for a query. 
 
TEDATAACCESSEXPORT te::da::DataSourceCatalog * ReadDataSourceCatalog(te::xml::Reader &reader)
 
TEDATAACCESSEXPORT te::da::SQLDialect * ReadDialect(const std::string &dialectFileName)
 
TEDATAACCESSEXPORT te::da::Select * ReadSelect(te::xml::Reader &reader)
 
TEDATAACCESSEXPORT te::da::Fields * ReadFields(te::xml::Reader &reader)
 
A class that represents a data source component. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class that can be used in an ORDER BY clause to sort the items of a resulting query. 
 
TEDATAACCESSEXPORT te::da::PropertyName * ReadPropertyName(te::xml::Reader &reader)
 
TEDATAACCESSEXPORT te::da::Literal * ReadLiteral(te::xml::Reader &reader)
 
TEDATAACCESSEXPORT void ReadDataSourceInfo(const std::string &datasourcesFileName)