Class DbxArchiveReader
java.lang.Object
de.julianweinelt.datacat.dbx.backup.DbxArchiveReader
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleangetTableDefinition(String database, String table) voidimportTableData(String database, String table, ADatabase targetDatabase, ImportListener listener, TableDefinition def) <T> T
-
Constructor Details
-
DbxArchiveReader
- Throws:
IOException
-
-
Method Details
-
readJson
- Throws:
IOException
-
exists
-
getTableDefinition
-
importTableData
public void importTableData(String database, String table, ADatabase targetDatabase, ImportListener listener, TableDefinition def) throws Exception - Throws:
Exception
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-