public class SQLBetweenExpr extends SQLExprImpl implements Serializable, SQLReplaceable
| 限定符和类型 | 字段和说明 |
|---|---|
SQLExpr |
beginExpr |
SQLExpr |
endExpr |
private boolean |
not |
private static long |
serialVersionUID |
SQLExpr |
testExpr |
attributes, parent| 构造器和说明 |
|---|
SQLBetweenExpr() |
SQLBetweenExpr(SQLExpr testExpr,
boolean not,
SQLExpr beginExpr,
SQLExpr endExpr) |
SQLBetweenExpr(SQLExpr testExpr,
SQLExpr beginExpr,
SQLExpr endExpr) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLBetweenExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
SQLExpr |
getBeginExpr() |
List<SQLObject> |
getChildren() |
SQLExpr |
getEndExpr() |
SQLExpr |
getTestExpr() |
int |
hashCode() |
boolean |
isNot() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setBeginExpr(SQLExpr beginExpr) |
void |
setEndExpr(SQLExpr endExpr) |
void |
setNot(boolean not) |
void |
setTestExpr(SQLExpr testExpr) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate static final long serialVersionUID
public SQLExpr testExpr
private boolean not
public SQLExpr beginExpr
public SQLExpr endExpr
public SQLBetweenExpr clone()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic SQLExpr getTestExpr()
public void setTestExpr(SQLExpr testExpr)
public boolean isNot()
public void setNot(boolean not)
public SQLExpr getBeginExpr()
public void setBeginExpr(SQLExpr beginExpr)
public SQLExpr getEndExpr()
public void setEndExpr(SQLExpr endExpr)
public int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceableCopyright © 2013–2019 Alibaba Group. All rights reserved.