It displays the values of all the datasets of a data source. More...
#include "ADOExamples.h"#include <terralib/common.h>#include <terralib/dataaccess/dataset/DataSet.h>#include <terralib/dataaccess/datasource/DataSource.h>#include <iostream>Go to the source code of this file.
Functions | |
| void | PrintDataSets (te::da::DataSource *ds) |
| It prints datasets in a given data source. More... | |
It displays the values of all the datasets of a data source.
Definition in file ado/PrintDataSets.cpp.
| void PrintDataSets | ( | te::da::DataSource * | ds | ) |
It prints datasets in a given data source.
| ds | The data source you want to print its data. |
Definition at line 38 of file ado/PrintDataSets.cpp.