Class AlterTableRenameConstraint


  • public class AlterTableRenameConstraint
    extends AlterTable
    This class represents the statement ALTER TABLE RENAME CONSTRAINT
    • Constructor Detail

      • AlterTableRenameConstraint

        public AlterTableRenameConstraint​(SessionLocal session,
                                          Schema schema)
    • Method Detail

      • setConstraintName

        public void setConstraintName​(java.lang.String string)
      • setNewConstraintName

        public void setNewConstraintName​(java.lang.String newName)
      • update

        public long update​(Table table)
      • getType

        public int getType()
        Description copied from class: Prepared
        Get the command type as defined in CommandInterface
        Specified by:
        getType in class Prepared
        Returns:
        the statement type