public class SQLBinaryOpExprGroup extends SQLExprImpl implements SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLBinaryOpExprGroup(SQLBinaryOperator operator) |
SQLBinaryOpExprGroup(SQLBinaryOperator operator,
DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
add(int index,
SQLExpr item) |
void |
add(SQLExpr item) |
SQLExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
List<SQLExpr> |
getItems() |
SQLBinaryOperator |
getOperator() |
int |
hashCode() |
void |
optimize() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
String |
toString() |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLBinaryOpExprGroup(SQLBinaryOperator operator)
public SQLBinaryOpExprGroup(SQLBinaryOperator operator, DbType 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 void add(int index,
SQLExpr item)
public SQLBinaryOperator getOperator()
public String toString()
toString 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic void optimize()
Copyright © 2013–2023. All rights reserved.