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
public static class SQLPartitionRef.Item extends SQLObjectImpl
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description Item()Item(SQLIdentifierExpr columnName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaccept0(SQLASTVisitor v)SQLIdentifierExprgetColumnName()SQLBinaryOperatorgetOperator()SQLExprgetValue()voidsetColumnName(SQLIdentifierExpr x)voidsetOperator(SQLBinaryOperator operator)voidsetValue(SQLExpr x)-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
-
-
-
Constructor Detail
-
Item
public Item()
-
Item
public Item(SQLIdentifierExpr columnName)
-
-
Method Detail
-
accept0
protected void accept0(SQLASTVisitor v)
- Specified by:
accept0in classSQLObjectImpl
-
getColumnName
public SQLIdentifierExpr getColumnName()
-
setColumnName
public void setColumnName(SQLIdentifierExpr x)
-
getValue
public SQLExpr getValue()
-
setValue
public void setValue(SQLExpr x)
-
getOperator
public SQLBinaryOperator getOperator()
-
setOperator
public void setOperator(SQLBinaryOperator operator)
-
-