Package com.alibaba.druid.sql.ast
Class SQLPartitionByList
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.ast.SQLPartitionBy
-
- com.alibaba.druid.sql.ast.SQLPartitionByList
-
- All Implemented Interfaces:
SQLObject
public class SQLPartitionByList extends SQLPartitionBy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSQLPartitionByList.PartitionByListType
-
Field Summary
Fields Modifier and Type Field Description protected SQLPartitionByList.PartitionByListTypetype-
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 SQLPartitionByList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaccept0(SQLASTVisitor visitor)SQLPartitionByListclone()voidcloneTo(SQLPartitionByList x)SQLPartitionByList.PartitionByListTypegetType()voidsetType(SQLPartitionByList.PartitionByListType type)-
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
-
-
-
-
Field Detail
-
type
protected SQLPartitionByList.PartitionByListType type
-
-
Method Detail
-
accept0
protected void accept0(SQLASTVisitor visitor)
- Specified by:
accept0in classSQLObjectImpl
-
getType
public SQLPartitionByList.PartitionByListType getType()
-
setType
public void setType(SQLPartitionByList.PartitionByListType type)
-
clone
public SQLPartitionByList clone()
- Specified by:
clonein interfaceSQLObject- Specified by:
clonein classSQLPartitionBy
-
cloneTo
public void cloneTo(SQLPartitionByList x)
-
-