#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... | |
| void DroppingDataSetType | ( | const std::string & | datasetname, |
| te::da::DataSourceTransactor * | trans | ||
| ) |
It removes a data set type from the associated data source.
| dt | the dataSetType that will be removed from data source. |
| trans | the transactor to be used in the removing. |
Definition at line 11 of file DroppingDataSetType.cpp.
References te::da::DataSourceTransactor::dropDataSet().
Referenced by PostGISExample().