Interface DbCreateTask.DBAddConstraintsStepIfc

    • 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