public abstract class SQLPartitionBy extends SQLObjectImpl
| Constructor and Description |
|---|
SQLPartitionBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(SQLExpr column) |
void |
addPartition(SQLPartition partition) |
abstract SQLPartitionBy |
clone() |
void |
cloneTo(SQLPartitionBy x) |
List<SQLExpr> |
getColumns() |
List<SQLPartition> |
getPartitions() |
SQLExpr |
getPartitionsCount() |
List<SQLName> |
getStoreIn() |
SQLSubPartitionBy |
getSubPartitionBy() |
boolean |
isLinear() |
void |
setLinear(boolean linear) |
void |
setPartitionsCount(SQLExpr partitionsCount) |
void |
setSubPartitionBy(SQLSubPartitionBy subPartitionBy) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic List<SQLPartition> getPartitions()
public void addPartition(SQLPartition partition)
public SQLSubPartitionBy getSubPartitionBy()
public void setSubPartitionBy(SQLSubPartitionBy subPartitionBy)
public SQLExpr getPartitionsCount()
public void setPartitionsCount(SQLExpr partitionsCount)
public boolean isLinear()
public void setLinear(boolean linear)
public void addColumn(SQLExpr column)
public void cloneTo(SQLPartitionBy x)
public abstract SQLPartitionBy clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.