26 #ifndef __TERRALIB_EXAMPLES_ADO_INTERNAL_ADOEXAMPLES_H 27 #define __TERRALIB_EXAMPLES_ADO_INTERNAL_ADOEXAMPLES_H 33 #include "../Config.h" 71 #endif // __TERRALIB_EXAMPLES_ADO_INTERNAL_ADOEXAMPLES_H void PrintCatalog(te::da::DataSource *ds)
This example will print to the standard output all the information about the datasets stored in a dat...
void LoadModules()
It loads the data source drivers.
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
void PrintDataSets(te::da::DataSource *ds)
It prints datasets in a given data source.
static te::dt::Date ds(2010, 01, 01)
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
void CopyFromShapeFile(te::da::DataSource *ds)
It copies a shapefile to the given datasource.
void Copy(std::string dataSetName, std::unique_ptr< te::da::DataSource > inDs, te::da::DataSource *outDs)
This file contains forward declarations for the Data Type module of TerraLib.
A dataset is the unit of information manipulated by the data access module of TerraLib.
This file contains include headers for the TerraLib Common Runtime module.
std::unique_ptr< te::da::DataSource > GetADOConnection()
void PrintDataSetValues(const std::string &datasetName, te::da::DataSet *dataset)
It prints the data of a given dataset.