dataaccess/PrintDataSets.cpp File Reference
#include "DataAccessExamples.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...
 

Function Documentation

void PrintDataSets ( te::da::DataSource ds)

It prints datasets in a given data source.

Parameters
dsThe data source you want to print its data.

Definition at line 7 of file dataaccess/PrintDataSets.cpp.

References te::da::DataSource::getDataSet(), te::da::DataSource::getDataSetNames(), te::da::DataSource::getTransactor(), te::da::DataSource::isOpened(), PrintDataSet(), PrintDataSetValues(), and te::common::Exception::what().

Referenced by main(), OpenDirectory(), and OpenFile().