Package jslx.dbutilities.dbutil
Interface DbCreateTask.WithTablesScriptStepIfc
-
- All Known Subinterfaces:
DbCreateTask.DbCreateTaskFirstStepIfc
- All Known Implementing Classes:
DbCreateTask.DbCreateTaskBuilder
- Enclosing class:
- DbCreateTask
public static interface DbCreateTask.WithTablesScriptStepIfcAllows the user to specify a script that creates the tables of the database
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbCreateTask.AfterTablesOnlyStepIfcwithTables(java.nio.file.Path pathToScript)
-
-
-
Method Detail
-
withTables
DbCreateTask.AfterTablesOnlyStepIfc withTables(java.nio.file.Path pathToScript)
- Parameters:
pathToScript- a path to a script that specifies the database tables, must not be null- Returns:
- A builder step to permit connecting
-
-