Package jslx.dbutilities.dbutil
Interface DbCreateTask.DbCreateStepIfc
-
- All Superinterfaces:
DbCreateTask.DbCreateTaskExecuteStepIfc
- Enclosing class:
- DbCreateTask
public static interface DbCreateTask.DbCreateStepIfc extends DbCreateTask.DbCreateTaskExecuteStepIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbCreateTask.DbInsertStepIfc
using(java.nio.file.Path toCreateScript)
-
Methods inherited from interface jslx.dbutilities.dbutil.DbCreateTask.DbCreateTaskExecuteStepIfc
execute
-
-
-
-
Method Detail
-
using
DbCreateTask.DbInsertStepIfc using(java.nio.file.Path toCreateScript)
- Parameters:
toCreateScript
- the path to a script that will create the database, must not be null- Returns:
- a reference to the insert step in the builder process
-
-