public class SQLBetweenExpr extends SQLExprImpl implements Serializable, SQLReplaceable
| Modifier and Type | Field and Description |
|---|---|
SQLExpr |
beginExpr |
SQLExpr |
endExpr |
SQLExpr |
testExpr |
| Constructor and Description |
|---|
SQLBetweenExpr() |
SQLBetweenExpr(SQLExpr testExpr,
boolean not,
SQLExpr beginExpr,
SQLExpr endExpr) |
SQLBetweenExpr(SQLExpr testExpr,
SQLExpr beginExpr,
SQLExpr endExpr) |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr testExpr
public SQLExpr beginExpr
public SQLExpr endExpr
public SQLBetweenExpr clone()
public List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class 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 in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2018 Alibaba Group. All rights reserved.