Class Factor
java.lang.Object
ch.tocco.nice2.persist.core.api.qb2.Condition
ch.tocco.nice2.persist.core.api.qb2.Factor
- Direct Known Subclasses:
Function
,Literal
,Parameter
,PathCondition
,SubQuery
,UncorrelatedSubQuery
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCondition that value is within bounds[min, max]
(including boundaries!)min <= value <= max
Condition that value is within bounds[min, max]
(including boundaries!)min <= value <= max
static Factor
fromLiteral
(@Nullable Object value) fromLiteralFunction
(boolean asParameter) static Factor
fromParameter
(String paramName) static Factor
greaterEqual
(Factor value) greaterEqual
(Object value) greaterThan
(Factor value) greaterThan
(Object value) lowerEqual
(Factor value) lowerEqual
(Object value) Methods inherited from class ch.tocco.nice2.persist.core.api.qb2.Condition
create, createPathNode, createPathNode, getType
-
Constructor Details
-
Factor
public Factor()
-
-
Method Details
-
fromPath
-
fromLiteral
-
fromParameter
-
fromLiteralFunction
-
fromPathFunction
-
fromParameterFunction
-
is
-
isNot
-
lowerEqual
-
greaterEqual
-
lowerThan
-
greaterThan
-
like
-
fuzzyIs
-
between
Condition that value is within bounds[min, max]
(including boundaries!)min <= value <= max
- Parameters:
min
- the lower boundmax
- the upper bound
-
is
-
isNot
-
lowerEqual
-
greaterEqual
-
lowerThan
-
greaterThan
-
like
-
between
Condition that value is within bounds[min, max]
(including boundaries!)min <= value <= max
- Parameters:
min
- the lower boundmax
- the upper bound
-