| Package | Description |
|---|---|
| com.github.mohitgoyal91.cosmosdbqueryutils | |
| com.github.mohitgoyal91.cosmosdbqueryutils.restriction |
| Modifier and Type | Method and Description |
|---|---|
Restriction |
RestrictionInterface.and()
And restriction.
|
Restriction |
RestrictionInterface.or()
Or restriction.
|
| Modifier and Type | Method and Description |
|---|---|
SelectQuery |
SelectQuery.addRestrictions(Restriction... restrictions)
To add reestrictions
|
SelectQuery |
SelectQuery.andAddRestrictions(Restriction... restrictions)
To add restrictions, with a separation of 'AND' between previous and this restriction
|
SelectQuery |
SelectQuery.orAddRestrictions(Restriction... restrictions)
To add restrictions, with a separation of 'OR' between previous and this restriction
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArithmeticRestriction
The type Arithmetic restriction.
|
class |
ArrayRestriction
The type Array restriction.
|
class |
ComparisonRestriction
The type Comparison restriction.
|
class |
GeoSpatialRestriction
The type Geo spatial restriction.
|
class |
INRestriction
The type In restriction.
|
class |
TypeCheckRestriction
The type Type check restriction.
|
| Modifier and Type | Method and Description |
|---|---|
Restriction |
Restriction.build()
Build restriction.
|
Restriction |
ArithmeticRestriction.or()
to separate the previous and next restrictions by an 'OR'
|
Copyright © 2020. All rights reserved.