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
  • Constructor Details

    • AlterDomainExpressions

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

    • setExpression

      public void setExpression(Expression expression)
    • 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