Class AlterDomainRename


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

      • newDomainName

        private java.lang.String newDomainName
    • Constructor Detail

    • Method Detail

      • setNewDomainName

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