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() |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLBinaryOpExprGroup(SQLBinaryOperator operator)
public SQLBinaryOpExprGroup(SQLBinaryOperator operator, String dbType)
public boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic SQLExpr clone()
public List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic void add(SQLExpr item)
public SQLBinaryOperator getOperator()
public String toString()
toString in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.