Uses of Class
de.bright_side.bdbexport.model.InternalObjectExportRequest
| Package | Description |
|---|---|
| de.bright_side.bdbexport.bl |
-
Uses of InternalObjectExportRequest in de.bright_side.bdbexport.bl
Methods in de.bright_side.bdbexport.bl that return InternalObjectExportRequest Modifier and Type Method Description static InternalObjectExportRequestDbExportUtil. toInternalRequest(ObjectExportRequest exportRequest)Methods in de.bright_side.bdbexport.bl with parameters of type InternalObjectExportRequest Modifier and Type Method Description voidDbExportTables. exportTableData(InternalObjectExportRequest exportRequest, CancelReceiver cancelReceiver, java.io.OutputStream outputStream)voidDbExportTables. exportTableDdl(InternalObjectExportRequest exportRequest, java.io.OutputStream outputStream)voidDbExportViews. exportViewDdl(InternalObjectExportRequest exportRequest, java.io.OutputStream outputStream)