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 |
---|---|
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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr testExpr
public SQLExpr beginExpr
public SQLExpr endExpr
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 SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.