Class MySqlPartitionByKey
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.ast.SQLPartitionBy
-
- com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlPartitionByKey
-
- All Implemented Interfaces:
SQLObject,MySqlObject
public class MySqlPartitionByKey extends SQLPartitionBy implements MySqlObject
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLPartitionBy
auto, columns, lifeCycle, linear, logical, partitions, partitionsCount, storeIn, subPartitionBy
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description MySqlPartitionByKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept0(MySqlASTVisitor visitor)protected voidaccept0(SQLASTVisitor visitor)MySqlPartitionByKeyclone()voidcloneTo(MySqlPartitionByKey x)intgetAlgorithm()voidsetAlgorithm(int algorithm)-
Methods inherited from class com.alibaba.druid.sql.ast.SQLPartitionBy
addColumn, addPartition, cloneTo, getAuto, getColumns, getLifeCycle, getLogical, getPartitions, getPartitionsCount, getStoreIn, getSubPartitionBy, isLinear, isPartitionByColumn, setAuto, setLifeCycle, setLinear, setLogical, setPartitionsCount, setPartitionsCount, setSubPartitionBy
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
accept0
protected void accept0(SQLASTVisitor visitor)
- Specified by:
accept0in classSQLObjectImpl
-
accept0
public void accept0(MySqlASTVisitor visitor)
- Specified by:
accept0in interfaceMySqlObject
-
cloneTo
public void cloneTo(MySqlPartitionByKey x)
-
clone
public MySqlPartitionByKey clone()
- Specified by:
clonein interfaceSQLObject- Specified by:
clonein classSQLPartitionBy
-
getAlgorithm
public int getAlgorithm()
-
setAlgorithm
public void setAlgorithm(int algorithm)
-
-