#include <terralib/dataaccess.h>#include <terralib/memory.h>#include "DataAccessExamples.h"#include <iostream>Go to the source code of this file.
Functions | |
| void | DroppingDataSetTypeProperty (const std::string &datasetname, const std::string &propname, te::da::DataSourceTransactor *trans) |
| It removes a property from the data set type and from the associated data source. More... | |
| void DroppingDataSetTypeProperty | ( | const std::string & | datasetname, |
| const std::string & | propname, | ||
| te::da::DataSourceTransactor * | trans | ||
| ) |
It removes a property from the data set type and from the associated data source.
| prop | the property that will be removed. |
| trans | the transactor to be used in the removing. |
Definition at line 11 of file DroppingDataSetTypeProperty.cpp.
References te::da::DataSourceTransactor::dropProperty().