Class AbstractExpression
java.lang.Object
org.castor.cpa.query.object.AbstractQueryObject
org.castor.cpa.query.object.expression.AbstractExpression
- All Implemented Interfaces:
Expression
,QueryObject
- Direct Known Subclasses:
AbstractField
,AbstractFunction
,AbstractLiteral
,AbstractParameter
,CompoundExpression
,Negate
Abstract base class for Expressions.
- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Function
abs()
The method for ABS function of query objects.final Expression
add
(double value) The method for Add ( + ) additive arithmetic expression of query objects.final Expression
add
(long value) The method for Add arithmetic expression of query objects.final Expression
add
(BigDecimal value) The method for Add ( + ) additive arithmetic expression of query objects.add
(Expression expression) The method for Add ( + ) additive arithmetic expression of query objects.final Condition
between
(double low, double high) Between.final Condition
between
(long low, long high) Between.final Condition
Between.final Condition
between
(BigDecimal low, BigDecimal high) Between.final Condition
between
(Expression low, Expression high) Between.final Condition
between
(TemporalType temporalType, Calendar low, Calendar high) Between.final Condition
between
(TemporalType temporalType, Date low, Date high) Between.final Expression
The method for Concat ( || ) additive arithmetic expression of query objects.concat
(Expression expression) The method for Concat ( || ) additive arithmetic expression of query objects.final Expression
divide
(double value) The method for Divide ( / ) multiplicative arithmetic expression of query objects.final Expression
divide
(long value) The method for Divide ( / ) multiplicative arithmetic expression of query objects.final Expression
divide
(BigDecimal value) The method for Divide ( / ) multiplicative arithmetic expression of query objects.divide
(Expression expression) The method for Divide ( / ) multiplicative arithmetic expression of query objects.final Condition
equal
(boolean value) Equal.final Condition
equal
(double value) Equal.final Condition
equal
(long value) Equal.final Condition
Equal.final Condition
equal
(BigDecimal value) Equal.final Condition
equal
(Expression value) Equal.final Condition
equal
(TemporalType temporalType, Calendar value) Equal.final Condition
equal
(TemporalType temporalType, Date value) Equal.final Condition
greaterEqual
(double value) Greater equal.final Condition
greaterEqual
(long value) Greater equal.final Condition
greaterEqual
(String value) Greater equal.final Condition
greaterEqual
(BigDecimal value) Greater equal.final Condition
greaterEqual
(Expression value) Greater equal.final Condition
greaterEqual
(TemporalType temporalType, Calendar value) Greater equal.final Condition
greaterEqual
(TemporalType temporalType, Date value) Greater equal.final Condition
greaterThan
(double value) Greater Then.final Condition
greaterThan
(long value) Greater Then.final Condition
greaterThan
(String value) Greater Then.final Condition
greaterThan
(BigDecimal value) Greater Then.final Condition
greaterThan
(Expression value) Greater Then.final Condition
greaterThan
(TemporalType temporalType, Calendar value) Greater Then.final Condition
greaterThan
(TemporalType temporalType, Date value) Greater Then.final Function
length()
The method for LENGTH function of query objects.final Condition
lessEqual
(double value) Less equal.final Condition
lessEqual
(long value) Less equal.final Condition
Less equal.final Condition
lessEqual
(BigDecimal value) Less equal.final Condition
lessEqual
(Expression value) Less equal.final Condition
lessEqual
(TemporalType temporalType, Calendar value) Less equal.final Condition
lessEqual
(TemporalType temporalType, Date value) Less equal.final Condition
lessThan
(double value) Less Then.final Condition
lessThan
(long value) Less Then.final Condition
Less Then.final Condition
lessThan
(BigDecimal value) Less Then.final Condition
lessThan
(Expression value) Less Then.final Condition
lessThan
(TemporalType temporalType, Calendar value) Less Then.final Condition
lessThan
(TemporalType temporalType, Date value) Less Then.final Condition
Like.final Condition
Like.final Condition
Like.final Condition
Like.final Condition
Like.final Condition
Like.final Function
The method for LOCATE function of query objects.final Function
The method for LOCATE function of query objects.final Function
locate
(String value, Expression index) The method for LOCATE function of query objects.final Function
locate
(Expression value) The method for LOCATE function of query objects.final Function
locate
(Expression value, int index) Locate.final Function
locate
(Expression value, Expression index) Locate.final Function
lower()
The method for LOWER function of query objects.final Expression
multiply
(double value) The method for Multiply ( * ) multiplicative arithmetic expression of query objects.final Expression
multiply
(long value) The method for Concat ( || ) additive arithmetic expression of query objects.final Expression
multiply
(BigDecimal value) The method for Multiply ( * ) multiplicative arithmetic expression of query objects.multiply
(Expression expression) The method for Multiply ( * ) multiplicative arithmetic expression of query objects.negate()
Negate.final Condition
notBetween
(double low, double high) Not between.final Condition
notBetween
(long low, long high) Not between.final Condition
notBetween
(String low, String high) Not between.final Condition
notBetween
(BigDecimal low, BigDecimal high) Not between.final Condition
notBetween
(Expression low, Expression high) Not between.final Condition
notBetween
(TemporalType temporalType, Calendar low, Calendar high) Not between.final Condition
notBetween
(TemporalType temporalType, Date low, Date high) Not between.final Condition
notEqual
(boolean value) Not equal.final Condition
notEqual
(double value) Not equal.final Condition
notEqual
(long value) Not equal.final Condition
Not equal.final Condition
notEqual
(BigDecimal value) Not equal.final Condition
notEqual
(Expression value) Not equal.final Condition
notEqual
(TemporalType temporalType, Calendar value) Not equal.final Condition
notEqual
(TemporalType temporalType, Date value) Not equal.final Condition
Not like.final Condition
Not like.final Condition
Not like.final Condition
Not like.final Condition
Not like.final Condition
Not like.final Expression
plus()
Plus.final Expression
remainder
(double value) The method for Reminder ( % ) multiplicative arithmetic expression of query objects.final Expression
remainder
(long value) The method for Reminder ( % ) multiplicative arithmetic expression of query objects.final Expression
remainder
(BigDecimal value) The method for Reminder ( % ) multiplicative arithmetic expression of query objects.remainder
(Expression expression) The method for Reminder ( % ) multiplicative arithmetic expression of query objects.final Function
sqrt()
The method for SQRT function of query objects.final Function
substring
(int index, int length) Substring.final Function
substring
(int index, Expression length) Substring.final Function
substring
(Expression index, int length) Substring.final Function
substring
(Expression index, Expression length) Substring.final Expression
subtract
(double value) The method for Subtract ( - ) additive arithmetic expression of query objects.final Expression
subtract
(long value) The method for Subtract ( - ) additive arithmetic expression of query objects.final Expression
subtract
(BigDecimal value) The method for Subtract ( - ) additive arithmetic expression of query objects.subtract
(Expression expression) The method for Subtract ( - ) additive arithmetic expression of query objects.final Function
trim()
Trim.final Function
trim
(char character) Trim.final Function
Trim.final Function
trim
(TrimSpecification trimSpecification) Trim.final Function
trim
(TrimSpecification trimSpecification, char character) Trim.final Function
trim
(TrimSpecification trimSpecification, Parameter character) Trim.final Function
upper()
The method for UPPER function of query objects..Methods inherited from class org.castor.cpa.query.object.AbstractQueryObject
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.castor.cpa.query.QueryObject
toString
-
Constructor Details
-
AbstractExpression
public AbstractExpression()
-
-
Method Details
-
add
The method for Add arithmetic expression of query objects.- Specified by:
add
in interfaceExpression
- Parameters:
value
- The long value- Returns:
- The Expression of query objects
-
add
The method for Add ( + ) additive arithmetic expression of query objects.- Specified by:
add
in interfaceExpression
- Parameters:
value
- The double value- Returns:
- The Expression of query objects of query objects
-
add
The method for Add ( + ) additive arithmetic expression of query objects.- Specified by:
add
in interfaceExpression
- Parameters:
value
- The BigDecimal value- Returns:
- The Expression of query objects
-
add
The method for Add ( + ) additive arithmetic expression of query objects.- Specified by:
add
in interfaceExpression
- Parameters:
expression
- The Expression value- Returns:
- The Expression of query objects
-
subtract
The method for Subtract ( - ) additive arithmetic expression of query objects.- Specified by:
subtract
in interfaceExpression
- Parameters:
value
- The long value- Returns:
- The Expression of query objects
-
subtract
The method for Subtract ( - ) additive arithmetic expression of query objects.- Specified by:
subtract
in interfaceExpression
- Parameters:
value
- The double value- Returns:
- The Expression of query objects
-
subtract
The method for Subtract ( - ) additive arithmetic expression of query objects.- Specified by:
subtract
in interfaceExpression
- Parameters:
value
- The BigDecimal value- Returns:
- The Expression of query objects
-
subtract
The method for Subtract ( - ) additive arithmetic expression of query objects.- Specified by:
subtract
in interfaceExpression
- Parameters:
expression
- The Expression value- Returns:
- The Expression of query objects
-
concat
The method for Concat ( || ) additive arithmetic expression of query objects.- Specified by:
concat
in interfaceExpression
- Parameters:
value
- The String value- Returns:
- The Expression of query objects
-
concat
The method for Concat ( || ) additive arithmetic expression of query objects.- Specified by:
concat
in interfaceExpression
- Parameters:
expression
- The Expression value- Returns:
- The Expression of query objects
-
multiply
The method for Concat ( || ) additive arithmetic expression of query objects.- Specified by:
multiply
in interfaceExpression
- Parameters:
value
- The long value- Returns:
- The Expression of query objects
-
multiply
The method for Multiply ( * ) multiplicative arithmetic expression of query objects.- Specified by:
multiply
in interfaceExpression
- Parameters:
value
- The double value- Returns:
- The Expression of query objects
-
multiply
The method for Multiply ( * ) multiplicative arithmetic expression of query objects.- Specified by:
multiply
in interfaceExpression
- Parameters:
value
- The BigDecimal value- Returns:
- The Expression of query objects
-
multiply
The method for Multiply ( * ) multiplicative arithmetic expression of query objects.- Specified by:
multiply
in interfaceExpression
- Parameters:
expression
- The Expression value- Returns:
- The Expression of query objects
-
divide
The method for Divide ( / ) multiplicative arithmetic expression of query objects.- Specified by:
divide
in interfaceExpression
- Parameters:
value
- The long value- Returns:
- The Expression of query objects
-
divide
The method for Divide ( / ) multiplicative arithmetic expression of query objects.- Specified by:
divide
in interfaceExpression
- Parameters:
value
- The double value- Returns:
- The Expression of query objects
-
divide
The method for Divide ( / ) multiplicative arithmetic expression of query objects.- Specified by:
divide
in interfaceExpression
- Parameters:
value
- The BigDecimal value- Returns:
- The Expression of query objects
-
divide
The method for Divide ( / ) multiplicative arithmetic expression of query objects.- Specified by:
divide
in interfaceExpression
- Parameters:
expression
- The Expression value- Returns:
- The Expression of query objects
-
remainder
The method for Reminder ( % ) multiplicative arithmetic expression of query objects.- Specified by:
remainder
in interfaceExpression
- Parameters:
value
- The long value- Returns:
- The Expression of query objects
-
remainder
The method for Reminder ( % ) multiplicative arithmetic expression of query objects.- Specified by:
remainder
in interfaceExpression
- Parameters:
value
- The double value- Returns:
- The Expression of query objects
-
remainder
The method for Reminder ( % ) multiplicative arithmetic expression of query objects.- Specified by:
remainder
in interfaceExpression
- Parameters:
value
- The BigDecimal value- Returns:
- The Expression of query objects
-
remainder
The method for Reminder ( % ) multiplicative arithmetic expression of query objects.- Specified by:
remainder
in interfaceExpression
- Parameters:
expression
- The Expression value- Returns:
- The Expression of query objects
-
plus
Plus.- Specified by:
plus
in interfaceExpression
- Returns:
- The Expression of query objects
-
negate
Negate.- Specified by:
negate
in interfaceExpression
- Returns:
- The Expression of query objects
-
length
The method for LENGTH function of query objects.- Specified by:
length
in interfaceExpression
- Returns:
- The Function of query objects
-
abs
The method for ABS function of query objects.- Specified by:
abs
in interfaceExpression
- Returns:
- The Function of query objects
-
sqrt
The method for SQRT function of query objects.- Specified by:
sqrt
in interfaceExpression
- Returns:
- The Function of query objects
-
lower
The method for LOWER function of query objects.- Specified by:
lower
in interfaceExpression
- Returns:
- The Function of query objects
-
upper
The method for UPPER function of query objects..- Specified by:
upper
in interfaceExpression
- Returns:
- The Function of query objects
-
locate
The method for LOCATE function of query objects.- Specified by:
locate
in interfaceExpression
- Parameters:
value
- The String value- Returns:
- The Function of query objects
-
locate
The method for LOCATE function of query objects.- Specified by:
locate
in interfaceExpression
- Parameters:
value
- The Expression value- Returns:
- The Function of query objects
-
locate
The method for LOCATE function of query objects.- Specified by:
locate
in interfaceExpression
- Parameters:
value
- The String valueindex
- The index- Returns:
- The Function of query objects
-
locate
The method for LOCATE function of query objects.- Specified by:
locate
in interfaceExpression
- Parameters:
value
- The valueindex
- The index- Returns:
- The Function of query objects
-
locate
Locate.- Specified by:
locate
in interfaceExpression
- Parameters:
value
- The valueindex
- The index- Returns:
- The Function of query objects
-
locate
Locate.- Specified by:
locate
in interfaceExpression
- Parameters:
value
- The valueindex
- The index- Returns:
- The Function of query objects
-
substring
Substring.- Specified by:
substring
in interfaceExpression
- Parameters:
index
- The indexlength
- The length- Returns:
- The Function of query objects
-
substring
Substring.- Specified by:
substring
in interfaceExpression
- Parameters:
index
- The indexlength
- The length- Returns:
- The Function of query objects
-
substring
Substring.- Specified by:
substring
in interfaceExpression
- Parameters:
index
- The indexlength
- The length- Returns:
- The Function of query objects
-
substring
Substring.- Specified by:
substring
in interfaceExpression
- Parameters:
index
- The indexlength
- The length- Returns:
- The Function of query objects
-
trim
Trim.- Specified by:
trim
in interfaceExpression
- Returns:
- The Function of query objects
-
trim
Trim.- Specified by:
trim
in interfaceExpression
- Parameters:
character
- The character- Returns:
- The Function of query objects
-
trim
Trim.- Specified by:
trim
in interfaceExpression
- Parameters:
character
- The character- Returns:
- The Function of query objects
-
trim
Trim.- Specified by:
trim
in interfaceExpression
- Parameters:
trimSpecification
- The trim specification- Returns:
- The Function of query objects
-
trim
Trim.- Specified by:
trim
in interfaceExpression
- Parameters:
trimSpecification
- The trim specificationcharacter
- The character- Returns:
- The Function of query objects
-
trim
Trim.- Specified by:
trim
in interfaceExpression
- Parameters:
trimSpecification
- The trim specificationcharacter
- The character- Returns:
- The Function of query objects
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
equal
Equal.- Specified by:
equal
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
notEqual
Not equal.- Specified by:
notEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessThan
Less Then.- Specified by:
lessThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessThan
Less Then.- Specified by:
lessThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessThan
Less Then.- Specified by:
lessThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessThan
Less Then.- Specified by:
lessThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessThan
Less Then.- Specified by:
lessThan
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
lessThan
Less Then.- Specified by:
lessThan
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
lessThan
Less Then.- Specified by:
lessThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessEqual
Less equal.- Specified by:
lessEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessEqual
Less equal.- Specified by:
lessEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessEqual
Less equal.- Specified by:
lessEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessEqual
Less equal.- Specified by:
lessEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
lessEqual
Less equal.- Specified by:
lessEqual
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
lessEqual
Less equal.- Specified by:
lessEqual
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
lessEqual
Less equal.- Specified by:
lessEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterEqual
Greater equal.- Specified by:
greaterEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterEqual
Greater equal.- Specified by:
greaterEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterEqual
Greater equal.- Specified by:
greaterEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterEqual
Greater equal.- Specified by:
greaterEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterEqual
Greater equal.- Specified by:
greaterEqual
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
greaterEqual
Greater equal.- Specified by:
greaterEqual
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
greaterEqual
Greater equal.- Specified by:
greaterEqual
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterThan
Greater Then.- Specified by:
greaterThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterThan
Greater Then.- Specified by:
greaterThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterThan
Greater Then.- Specified by:
greaterThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterThan
Greater Then.- Specified by:
greaterThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
greaterThan
Greater Then.- Specified by:
greaterThan
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
greaterThan
Greater Then.- Specified by:
greaterThan
in interfaceExpression
- Parameters:
temporalType
- The temporal typevalue
- The value- Returns:
- The condition
-
greaterThan
Greater Then.- Specified by:
greaterThan
in interfaceExpression
- Parameters:
value
- The value- Returns:
- The condition
-
like
Like.- Specified by:
like
in interfaceExpression
- Parameters:
pattern
- The pattern- Returns:
- The condition
-
like
Like.- Specified by:
like
in interfaceExpression
- Parameters:
pattern
- The pattern- Returns:
- The condition
-
like
Like.- Specified by:
like
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
like
Like.- Specified by:
like
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
like
Like.- Specified by:
like
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
like
Like.- Specified by:
like
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
notLike
Not like.- Specified by:
notLike
in interfaceExpression
- Parameters:
pattern
- The pattern- Returns:
- The condition
-
notLike
Not like.- Specified by:
notLike
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
notLike
Not like.- Specified by:
notLike
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
notLike
Not like.- Specified by:
notLike
in interfaceExpression
- Parameters:
pattern
- The pattern- Returns:
- The condition
-
notLike
Not like.- Specified by:
notLike
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
notLike
Not like.- Specified by:
notLike
in interfaceExpression
- Parameters:
pattern
- The patternescape
- The escape- Returns:
- The condition
-
between
Between.- Specified by:
between
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
between
Between.- Specified by:
between
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
between
Between.- Specified by:
between
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
between
Between.- Specified by:
between
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
between
Between.- Specified by:
between
in interfaceExpression
- Parameters:
temporalType
- The temporal typelow
- The lowhigh
- The high- Returns:
- The condition
-
between
Between.- Specified by:
between
in interfaceExpression
- Parameters:
temporalType
- The temporal typelow
- The lowhigh
- The high- Returns:
- The condition
-
between
Between.- Specified by:
between
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
notBetween
Not between.- Specified by:
notBetween
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
notBetween
Not between.- Specified by:
notBetween
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
notBetween
Not between.- Specified by:
notBetween
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
notBetween
Not between.- Specified by:
notBetween
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-
notBetween
Not between.- Specified by:
notBetween
in interfaceExpression
- Parameters:
temporalType
- The temporal typelow
- The lowhigh
- The high- Returns:
- The condition
-
notBetween
Not between.- Specified by:
notBetween
in interfaceExpression
- Parameters:
temporalType
- The temporal typelow
- The lowhigh
- The high- Returns:
- The condition
-
notBetween
Not between.- Specified by:
notBetween
in interfaceExpression
- Parameters:
low
- The lowhigh
- The high- Returns:
- The condition
-