| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayQueryValue
A sequence of elements that can be either
NumberQueryValue or StringQueryValue |
interface |
ConditionQueryValue
The QueryValue type that has a list of values, it will be used when the condition is composed such as
and (
Operator.AND), or (Operator.OR) and negation (Operator.NOT). |
interface |
FunctionQueryValue
A
Function as QueryValue |
interface |
JSONQueryValue
JavaScript Object Notation is a lightweight data-interchange format.
|
interface |
NumberQueryValue
|
interface |
ParamQueryValue
The parameter is a dynamic value, which means, it does not define the query, it'll replace in the execution time.
|
interface |
StringQueryValue
The
String as value |
| Modifier and Type | Method and Description |
|---|---|
QueryValue<?> |
PutQuery.getKey()
The key
|
QueryValue<?> |
PutQuery.getValue()
The value
|
QueryValue<?> |
Condition.getValue()
that data that receives the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryValue<?>> |
GetQuery.getKeys()
The keys to being retrieved from the query
|
List<QueryValue<?>> |
DelQuery.getKeys()
The keys to being removed from the query
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.