Db Create Task Builder
class DbCreateTaskBuilder : DbCreateTask.DbCreateTaskExecuteStepIfc, DbCreateTask.WithCreateScriptStepIfc, DbCreateTask.WithTablesScriptStepIfc, DbCreateTask.DbCreateTaskFirstStepIfc, DbCreateTask.AfterTablesOnlyStepIfc, DbCreateTask.DbInsertStepIfc, DbCreateTask.DBAfterInsertStepIfc, DbCreateTask.DBAddConstraintsStepIfc
A builder that can be used to configure a database creation task through as set of configuration steps.
Functions
Link copied to clipboard
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
Link copied to clipboard