public class SQLBinaryOpExprGroup extends SQLExprImpl
Constructor and Description |
---|
SQLBinaryOpExprGroup(SQLBinaryOperator operator) |
SQLBinaryOpExprGroup(SQLBinaryOperator operator,
String dbType) |
Modifier and Type | Method and Description |
---|---|
void |
add(SQLExpr item) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
List<SQLExpr> |
getItems() |
SQLBinaryOperator |
getOperator() |
int |
hashCode() |
String |
toString() |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLBinaryOpExprGroup(SQLBinaryOperator operator)
public SQLBinaryOpExprGroup(SQLBinaryOperator operator, String dbType)
public boolean equals(Object o)
equals
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
public SQLExpr clone()
public List getChildren()
public void add(SQLExpr item)
public SQLBinaryOperator getOperator()
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.