Class AlterDomainDropConstraint


  • public class AlterDomainDropConstraint
    extends AlterDomain
    This class represents the statement ALTER DOMAIN DROP CONSTRAINT
    • Constructor Detail

      • AlterDomainDropConstraint

        public AlterDomainDropConstraint​(SessionLocal session,
                                         Schema schema,
                                         boolean ifConstraintExists)
    • Method Detail

      • setConstraintName

        public void setConstraintName​(java.lang.String string)
      • 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
      • update

        public final long update()
        Description copied from class: Prepared
        Execute the statement.
        Overrides:
        update in class Prepared
        Returns:
        the update count