Class SQLAlterTableAddPartition

    • Constructor Detail

      • SQLAlterTableAddPartition

        public SQLAlterTableAddPartition()
    • Method Detail

      • addPartition

        public void addPartition​(SQLObject x)
      • isIfNotExists

        public boolean isIfNotExists()
      • setIfNotExists

        public void setIfNotExists​(boolean ifNotExists)
      • getPartitionCount

        public SQLExpr getPartitionCount()
      • setPartitionCount

        public void setPartitionCount​(SQLExpr x)
      • getLocation

        public SQLExpr getLocation()
      • setLocation

        public void setLocation​(SQLExpr x)