Package com.alibaba.druid.sql.ast
Class SQLSubPartitionByList
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLSubPartitionBy
com.alibaba.druid.sql.ast.SQLSubPartitionByList
- All Implemented Interfaces:
SQLObject
-
Field Summary
FieldsFields inherited from class com.alibaba.druid.sql.ast.SQLSubPartitionBy
lifecycle, linear, options, subPartitionsCount, subPartitionTemplateFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(SQLASTVisitor visitor) clone()booleanisPartitionByColumn(long columnNameHashCode64) voidMethods inherited from class com.alibaba.druid.sql.ast.SQLSubPartitionBy
cloneTo, getLifecycle, getOptions, getSubPartitionsCount, getSubPartitionTemplate, isLinear, setLifecycle, setLinear, setSubPartitionsCountMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Field Details
-
column
-
-
Constructor Details
-
SQLSubPartitionByList
public SQLSubPartitionByList()
-
-
Method Details
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
getColumn
-
setColumn
-
clone
- Specified by:
clonein interfaceSQLObject- Specified by:
clonein classSQLSubPartitionBy
-
isPartitionByColumn
public boolean isPartitionByColumn(long columnNameHashCode64) - Overrides:
isPartitionByColumnin classSQLSubPartitionBy
-