Class AlterDomainRenameConstraint


  • public class AlterDomainRenameConstraint
    extends AlterDomain
    This class represents the statement ALTER DOMAIN RENAME CONSTRAINT
    • Field Detail

      • constraintName

        private java.lang.String constraintName
      • newConstraintName

        private java.lang.String newConstraintName
    • Constructor Detail

      • AlterDomainRenameConstraint

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

      • setConstraintName

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

        public void setNewConstraintName​(java.lang.String newName)
      • 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