public class SQLPartitionByRange extends SQLPartitionBy
| Constructor and Description |
|---|
SQLPartitionByRange() |
| Modifier and Type | Method and Description |
|---|---|
SQLPartitionByRange |
clone() |
void |
cloneTo(SQLPartitionByRange x) |
SQLIntegerExpr |
getExpireAfter() |
SQLExpr |
getInterval() |
SQLExpr |
getPivotDateExpr() |
SQLIntegerExpr |
getPreAllocate() |
SQLExpr |
getStartWith() |
boolean |
isColumns() |
boolean |
isDisableSchedule() |
void |
setColumns(boolean columns) |
void |
setDisableSchedule(boolean disableSchedule) |
void |
setExpireAfter(SQLIntegerExpr expireAfter) |
void |
setInterval(SQLExpr interval) |
void |
setPivotDateExpr(SQLExpr pivotDateExpr) |
void |
setPreAllocate(SQLIntegerExpr preAllocate) |
void |
setStartWith(SQLExpr startWith) |
addColumn, addPartition, cloneTo, getColumns, getLifecycle, getPartitions, getPartitionsCount, getStoreIn, getSubPartitionBy, isLinear, isPartitionByColumn, setLifecycle, setLinear, setPartitionsCount, setPartitionsCount, setSubPartitionByaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLExpr getInterval()
public void setInterval(SQLExpr interval)
public SQLExpr getStartWith()
public void setStartWith(SQLExpr startWith)
public SQLIntegerExpr getExpireAfter()
public void setExpireAfter(SQLIntegerExpr expireAfter)
public SQLIntegerExpr getPreAllocate()
public void setPreAllocate(SQLIntegerExpr preAllocate)
public SQLExpr getPivotDateExpr()
public void setPivotDateExpr(SQLExpr pivotDateExpr)
public SQLPartitionByRange clone()
clone in interface SQLObjectclone in class SQLPartitionBypublic void cloneTo(SQLPartitionByRange x)
public boolean isColumns()
public void setColumns(boolean columns)
public boolean isDisableSchedule()
public void setDisableSchedule(boolean disableSchedule)
Copyright © 2013–2022 Alibaba Group. All rights reserved.