Package jslx.dbutilities.dbutil
Interface DbCreateTask.DbCreateTaskFirstStepIfc
-
- All Superinterfaces:
DbCreateTask.WithCreateScriptStepIfc
,DbCreateTask.WithTablesScriptStepIfc
- All Known Implementing Classes:
DbCreateTask.DbCreateTaskBuilder
- Enclosing class:
- DbCreateTask
public static interface DbCreateTask.DbCreateTaskFirstStepIfc extends DbCreateTask.WithCreateScriptStepIfc, DbCreateTask.WithTablesScriptStepIfc
Used to limit the options on the first step
-
-
Method Summary
-
Methods inherited from interface jslx.dbutilities.dbutil.DbCreateTask.WithCreateScriptStepIfc
withCreationScript
-
Methods inherited from interface jslx.dbutilities.dbutil.DbCreateTask.WithTablesScriptStepIfc
withTables
-
-