| AbstractExportDumpObject |
Since CLOBs/BLOBs may be quite big. we do not load them into memory
completely, but read them in chunks and write the data to the output stream
in a loop.
|
| ExportDumpBlob |
Since BLOBs may be quite big. we do not load them into memory completely, but
read them in chunks and write the data to the output stream in a loop.
|
| ExportDumpClob |
Since CLOBs may be quite big. we do not load them into memory completely, but read them in chunks and write the data to the output stream
in a loop.
|
| ExportDumpConnection |
Special " Connection" that supports writing data to a different storage then a data base.
|
| ExportDumpConnector |
Connection info for exporting database contents to a file.
|
| ExportDumpConnectorInfo |
Connection info for exporting data to a file.
|
| ExportDumpDatabaseConfiguration |
|
| ExportDumpPreparedStatement |
|
| ExportDumpSqlXML |
Since XML data may be quite big. we do not load them into memory completely,
but read them in chunks and write the data to the output stream in a loop.
|
| ExportTableHeaderImpl |
Denote start of new table in export file
|
| ImportDumpConnection |
Special " Connection" that supports reading data from a stream.
|
| ImportDumpConnectionInfo |
Connection info for importing data from a file.
|
| ImportDumpConnector |
Connection info for importing data from a file.
|
| ImportDumpDatabaseConfiguration |
|
| ImportDumpPreparedStatement |
|
| ImportDumpResultSet |
Special ResultSet that reads data from the given stream.
|