Class CreateAggregate


  • public class CreateAggregate
    extends SchemaCommand
    This class represents the statement CREATE AGGREGATE
    • Field Detail

      • name

        private java.lang.String name
      • javaClassMethod

        private java.lang.String javaClassMethod
      • ifNotExists

        private boolean ifNotExists
      • force

        private boolean force
    • Constructor Detail

    • Method Detail

      • update

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

        public void setName​(java.lang.String name)
      • setJavaClassMethod

        public void setJavaClassMethod​(java.lang.String string)
      • setIfNotExists

        public void setIfNotExists​(boolean ifNotExists)
      • setForce

        public void setForce​(boolean force)
      • 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