public class SQLBinaryOpExprGroup extends SQLExprImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
dbType |
private List<SQLExpr> |
items |
private SQLBinaryOperator |
operator |
attributes, parent| 构造器和说明 |
|---|
SQLBinaryOpExprGroup(SQLBinaryOperator operator) |
SQLBinaryOpExprGroup(SQLBinaryOperator operator,
String dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
add(SQLExpr item) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
List<SQLExpr> |
getItems() |
SQLBinaryOperator |
getOperator() |
int |
hashCode() |
String |
toString() |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate final SQLBinaryOperator operator
private String dbType
public SQLBinaryOpExprGroup(SQLBinaryOperator operator)
public SQLBinaryOpExprGroup(SQLBinaryOperator operator, String dbType)
public boolean equals(Object o)
equals 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLExpr clone()
public List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic void add(SQLExpr item)
public SQLBinaryOperator getOperator()
public String toString()
toString 在类中 SQLObjectImplCopyright © 2013–2019 Alibaba Group. All rights reserved.