#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 | PrintDataSetValues (const std::string &datasetName, te::da::DataSet *dataset) |
| It prints the data of a given dataset. More... | |
| void PrintDataSetValues | ( | const std::string & | datasetName, |
| te::da::DataSet * | dataset | ||
| ) |
It prints the data of a given dataset.
| dataset | A dataset. |
Definition at line 38 of file PrintDataSetValues.cpp.
References te::dt::BYTE_ARRAY_TYPE, te::dt::DATETIME_TYPE, te::da::DataSet::getAsString(), te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), te::da::DataSet::isConnected(), te::da::DataSet::isNull(), te::da::DataSet::moveNext(), and te::dt::UNKNOWN_TYPE.
Referenced by PrintDataSets().