DroppingDataSetType.cpp File Reference
#include <terralib/dataaccess.h>
#include <terralib/memory.h>
#include "DataAccessExamples.h"
#include <iostream>

Go to the source code of this file.

Functions

void DroppingDataSetType (const std::string &datasetname, te::da::DataSourceTransactor *trans)
 It removes a data set type from the associated data source. More...
 

Function Documentation

void DroppingDataSetType ( const std::string &  datasetname,
te::da::DataSourceTransactor trans 
)

It removes a data set type from the associated data source.

Parameters
dtthe dataSetType that will be removed from data source.
transthe transactor to be used in the removing.

Definition at line 11 of file DroppingDataSetType.cpp.

References te::da::DataSourceTransactor::dropDataSet().

Referenced by PostGISExample().