18 catch(
const std::exception& e)
20 std::cout << std::endl <<
"An exception has occurred in Dropping DataSetType Example: " << e.what() << std::endl;
24 std::cout << std::endl <<
"An unexpected exception has occurred in Dropping DataSetType Example!" << std::endl;
This file contains include headers for the memory data source of TerraLib.
virtual void dropDataSet(const std::string &name)=0
It removes the dataset schema from the data source.
Examples on how to access/manipulate DataSources in TerraLib.
A DataSourceTransactor can be viewed as a connection to the data source for reading/writing things in...
void DroppingDataSetType(const std::string &datasetname, te::da::DataSourceTransactor *trans)
It removes a data set type from the associated data source.
This file contains include headers for the Data Access module of TerraLib.