public interface org.jooq.AlterTableRenameConstraintToStep
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.AlterTableRenameConstraintToStep
  super_class: java.lang.Object
{
  public abstract org.jooq.AlterTableFinalStep to(org.jooq.Constraint);
    descriptor: (Lorg/jooq/Constraint;)Lorg/jooq/AlterTableFinalStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      newName  

  public abstract org.jooq.AlterTableFinalStep to(org.jooq.Name);
    descriptor: (Lorg/jooq/Name;)Lorg/jooq/AlterTableFinalStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      newName  

  public abstract org.jooq.AlterTableFinalStep to(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/AlterTableFinalStep;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      newName  
}
SourceFile: "AlterTableRenameConstraintToStep.java"