Functions

Link copied to clipboard
open override fun execute(): DbCreateTask

Finishes the builder process of building the creation commands

Link copied to clipboard
open override fun withConstraints(toConstraintScript: Path): DbCreateTask.DbCreateTaskExecuteStepIfc
Link copied to clipboard
open override fun withCreationScript(pathToCreationScript: Path): DbCreateTask.DbCreateTaskExecuteStepIfc
Link copied to clipboard
open override fun withExcelData(toExcelWorkbook: Path, tableNamesInInsertOrder: List<String>): DbCreateTask.DBAfterInsertStepIfc
Link copied to clipboard
open override fun withInserts(toInsertScript: Path): DbCreateTask.DBAfterInsertStepIfc
Link copied to clipboard
open override fun withTables(pathToScript: Path): DbCreateTask.AfterTablesOnlyStepIfc