public class ExportStructure extends AbstractAdvancedTask
LOGGER_NAME, taskLog| Constructor and Description |
|---|
ExportStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportStructure(String path)
Eksportuje strukturę organizacyjną do pliku excel
|
void |
exportStructureToDb(String dbType,
String url,
String port,
String dbName,
String tableName,
String userName,
String password)
Eksportuje strukturę organizacyjną do bazy danych
|
Double |
getProgress() |
public void exportStructure(String path) throws Exception
path - Ścieżka do pliku excelExceptionpublic void exportStructureToDb(String dbType, String url, String port, String dbName, String tableName, String userName, String password) throws Exception
dbType - Typ bazy (PostgreSQL,OracelDB,MSSQL)url - adres serweraport - portdbName - Nazwa bazy danychtableName - nazwa tabeliuserName - nazwa użytkownika bazy danychpassword - hasło użytkownika bazy danychExceptionpublic Double getProgress()
getProgress in class AbstractAdvancedTaskCopyright © 2018 Suncode. All rights reserved.