类 SQLSubPartitionBy
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLSubPartitionBy
- 所有已实现的接口:
SQLObject
- 直接已知子类:
MySqlSubPartitionByKey,MySqlSubPartitionByList,MySqlSubPartitionByValue,SQLSubPartitionByHash,SQLSubPartitionByList,SQLSubPartitionByRange
-
字段概要
字段修饰符和类型字段说明protected SQLIntegerExprprotected booleanprotected List<SQLAssignItem>protected SQLExprprotected List<SQLSubPartition>从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract SQLSubPartitionByclone()voidbooleanisLinear()booleanisPartitionByColumn(long columnNameHashCode64) voidsetLifecycle(SQLIntegerExpr lifecycle) voidsetLinear(boolean linear) void从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
字段详细资料
-
subPartitionsCount
-
linear
protected boolean linear -
options
-
subPartitionTemplate
-
lifecycle
-
-
构造器详细资料
-
SQLSubPartitionBy
public SQLSubPartitionBy()
-
-
方法详细资料
-
getSubPartitionsCount
-
setSubPartitionsCount
-
isLinear
public boolean isLinear() -
setLinear
public void setLinear(boolean linear) -
getOptions
-
getSubPartitionTemplate
-
cloneTo
-
getLifecycle
-
setLifecycle
-
isPartitionByColumn
public boolean isPartitionByColumn(long columnNameHashCode64) -
clone
- 指定者:
clone在接口中SQLObject- 覆盖:
clone在类中SQLObjectImpl
-