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 Details

    • constraintSchemaName

      private String constraintSchemaName
    • characteristics

      boolean[] characteristics
  • Constructor Details

    • AlterConstraintConstantAction

      AlterConstraintConstantAction(String constraintName, String constraintSchemaName, boolean[] characteristics, String tableName, UUID tableId, 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
  • Method Details