Class AlterDomainExpressions


  • public class AlterDomainExpressions
    extends AlterDomain
    This class represents the statements ALTER DOMAIN SET DEFAULT ALTER DOMAIN DROP DEFAULT ALTER DOMAIN SET ON UPDATE ALTER DOMAIN DROP ON UPDATE
    • Field Detail

      • type

        private final int type
    • Constructor Detail

      • AlterDomainExpressions

        public AlterDomainExpressions​(SessionLocal session,
                                      Schema schema,
                                      int type)
    • Method Detail

      • setExpression

        public void setExpression​(Expression expression)
      • copyColumn

        private boolean copyColumn​(Domain domain,
                                   Column targetColumn)
      • copyDomain

        private boolean copyDomain​(Domain domain,
                                   Domain targetDomain)
      • 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