public class SQLBetweenExpr extends SQLExprImpl implements SQLReplaceable, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
SQLExpr |
beginExpr |
SQLExpr |
endExpr |
SQLExpr |
testExpr |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExpr testExpr
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–2023. All rights reserved.