Package jslx.dbutilities.dbutil
Interface DbCreateTask.DBAddConstraintsStepIfc
-
- All Superinterfaces:
DbCreateTask.DbCreateTaskExecuteStepIfc
- All Known Subinterfaces:
DbCreateTask.DBAfterInsertStepIfc
- All Known Implementing Classes:
DbCreateTask.DbCreateTaskBuilder
- Enclosing class:
- DbCreateTask
public static interface DbCreateTask.DBAddConstraintsStepIfc extends DbCreateTask.DbCreateTaskExecuteStepIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbCreateTask.DbCreateTaskExecuteStepIfc
withConstraints(java.nio.file.Path toConstraintScript)
-
Methods inherited from interface jslx.dbutilities.dbutil.DbCreateTask.DbCreateTaskExecuteStepIfc
execute
-
-
-
-
Method Detail
-
withConstraints
DbCreateTask.DbCreateTaskExecuteStepIfc withConstraints(java.nio.file.Path toConstraintScript)
- Parameters:
toConstraintScript
- a path to an SQL script that can be read to alter the table structure of the database and add constraints, must not be null- Returns:
- a reference to the alter step in the builder process
-
-