public class SQLBetweenExpr extends SQLExprImpl implements Serializable
| 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() |
SQLExpr |
getEndExpr() |
SQLExpr |
getTestExpr() |
int |
hashCode() |
boolean |
isNot() |
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 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 SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.