Class AlterConstraintConstantAction

  • All Implemented Interfaces:
    ConstantAction

    public class AlterConstraintConstantAction
    extends ConstraintConstantAction
    This class describes actions that are ALWAYS performed for a alter constraint at Execution time.
    • Field Detail

      • constraintSchemaName

        private java.lang.String constraintSchemaName
      • characteristics

        boolean[] characteristics
    • Constructor Detail

      • AlterConstraintConstantAction

        AlterConstraintConstantAction​(java.lang.String constraintName,
                                      java.lang.String constraintSchemaName,
                                      boolean[] characteristics,
                                      java.lang.String tableName,
                                      UUID tableId,
                                      java.lang.String tableSchemaName,
                                      IndexConstantAction indexAction)
        Constructor.
        Parameters:
        constraintName - The constraint name.
        constraintSchemaName - The schema that constraint lives in.
        characteristics - The (presumably) altered enforcement characteristics.
        tableName - Table name.
        tableId - The UUID of table.
        tableSchemaName - The schema that table lives in.
        indexAction - IndexConstantAction for constraint