Class with methods to manage the application.
More...
#include <DSCopy.h>
|
bool | copy (std::string dsTypeOrigin, std::string dsConnStrOrigin, std::string dsTypeDestination, std::string dsConnStrDestination, std::vector< std::string * > datasets, std::string &errorMessage) |
| Copy. More...
|
|
bool | copy (te::da::DataSource *dsOrigin, te::da::DataSource *dsDestination, std::vector< std::string * > datasets, std::string &errorMessage) |
| Copy. More...
|
|
bool | init (std::string &errorMessage) |
| Init the application. More...
|
|
Class with methods to manage the application.
Definition at line 49 of file DSCopy.h.
bool te::tools::dscopy::DSCopy::copy |
( |
std::string |
dsTypeOrigin, |
|
|
std::string |
dsConnStrOrigin, |
|
|
std::string |
dsTypeDestination, |
|
|
std::string |
dsConnStrDestination, |
|
|
std::vector< std::string * > |
datasets, |
|
|
std::string & |
errorMessage |
|
) |
| |
Copy.
- Parameters
-
dsTypeOrigin | The type of the origin Data Source |
dsConnStrOrigin | Origin Data Source connection string |
dsTypeDestination | The type of the destination Data Source |
dsConnStrDestination | Destination Data SourceConnection string |
datasets | DataSet names |
errorMessage | String that receive errors description |
- Returns
- True if successfully
Copy.
- Parameters
-
dsOrigin | The origin Data Source |
dsDestination | The destination Data Source |
datasets | DataSet names |
errorMessage | String that receive errors description |
- Returns
- True if successfully
bool te::tools::dscopy::DSCopy::copyDataSets |
( |
te::da::DataSource * |
dsOrigin, |
|
|
te::da::DataSource * |
dsDestination, |
|
|
std::vector< std::string * > |
datasets, |
|
|
std::string & |
errorMessage |
|
) |
| |
|
private |
Copy a list of Data Sets.
- Parameters
-
dsOrigin | The origin Data Source |
dsDestination | The destination Data Source |
datasets | DataSet names |
errorMessage | String that receive errors description |
- Returns
- True if successfully
bool te::tools::dscopy::DSCopy::init |
( |
std::string & |
errorMessage | ) |
|
Init the application.
- Parameters
-
errorMessage | String that receive errors description |
- Returns
- True if successfully
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/tools/dscopy/core/DSCopy.h