Functions

Link copied to clipboard
abstract fun execute(): DbCreateTask

Finishes the builder process of building the creation commands

Link copied to clipboard
abstract fun withExcelData(toExcelWorkbook: Path, tableNamesInInsertOrder: List<String>): DbCreateTask.DBAfterInsertStepIfc
Link copied to clipboard
abstract fun withInserts(toInsertScript: Path): DbCreateTask.DBAfterInsertStepIfc