| Package | Description |
|---|---|
| com.github.mohitgoyal91.cosmosdbqueryutils | |
| com.github.mohitgoyal91.cosmosdbqueryutils.restriction |
| Modifier and Type | Method and Description |
|---|---|
ArithmeticRestriction |
RestrictionBuilder.eq(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with =
|
ArithmeticRestriction |
RestrictionBuilder.gt(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with >
|
ArithmeticRestriction |
RestrictionBuilder.gte(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with >=
|
ArithmeticRestriction |
RestrictionBuilder.lt(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with <
|
ArithmeticRestriction |
RestrictionBuilder.lte(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with <=
|
ArithmeticRestriction |
RestrictionBuilder.notEq(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with !=
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticRestriction |
ArithmeticRestriction.and()
to separate the previous and next restrictions by an 'AND'
|
ArithmeticRestriction |
ArithmeticRestriction.eq(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with =
|
ArithmeticRestriction |
ArithmeticRestriction.gt(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with >
|
ArithmeticRestriction |
ArithmeticRestriction.gte(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with >=
|
ArithmeticRestriction |
ArithmeticRestriction.lt(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with <
|
ArithmeticRestriction |
ArithmeticRestriction.lte(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with <=
|
ArithmeticRestriction |
ArithmeticRestriction.notEq(Double value,
String expression,
Object... parameters)
To introduce an arithmetic restriction in the query with !=
|
Copyright © 2020. All rights reserved.