Class CreateAggregate


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

    • name

      private String name
    • javaClassMethod

      private String javaClassMethod
    • ifNotExists

      private boolean ifNotExists
    • force

      private boolean force
  • Constructor Details

  • Method Details

    • 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(String name)
    • setJavaClassMethod

      public void setJavaClassMethod(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