Class SQLPartitionRef.Item
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLPartitionRef.Item
- All Implemented Interfaces:
SQLObject
- Enclosing class:
- SQLPartitionRef
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
getValue()
void
void
setOperator
(SQLBinaryOperator operator) void
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Constructor Details
-
Item
public Item() -
Item
-
-
Method Details
-
accept0
- Specified by:
accept0
in classSQLObjectImpl
-
getColumnName
-
setColumnName
-
getValue
-
setValue
-
getOperator
-
setOperator
-