Package jslx.dbutilities.dbutil
Interface DbCreateTask.WithCreateScriptStepIfc
-
- All Known Subinterfaces:
DbCreateTask.DbCreateTaskFirstStepIfc
- All Known Implementing Classes:
DbCreateTask.DbCreateTaskBuilder
- Enclosing class:
- DbCreateTask
public static interface DbCreateTask.WithCreateScriptStepIfc
Allows the user to specify a full creation script that puts the database into the state desired by the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbCreateTask.DbCreateTaskExecuteStepIfc
withCreationScript(java.nio.file.Path pathToCreationScript)
-
-
-
Method Detail
-
withCreationScript
DbCreateTask.DbCreateTaskExecuteStepIfc withCreationScript(java.nio.file.Path pathToCreationScript)
- Parameters:
pathToCreationScript
- a path to a full creation script that specifies the database, must not be null- Returns:
- A builder step to permit connecting
-
-