| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayValue
A sequence of elements that can be either
NumberValue or StringValue |
interface |
ConditionValue
The Value 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 |
FunctionValue
|
interface |
JSONValue
JavaScript Object Notation is a lightweight data-interchange format.
|
interface |
NumberValue
|
interface |
ParamValue
The parameter is a dynamic value, which means, it does not define the query, it'll replace in the execution time.
|
interface |
StringValue
The
String as value |
| Modifier and Type | Method and Description |
|---|---|
Value<?> |
PutQuery.getKey()
The key
|
Value<?> |
PutQuery.getValue()
The value
|
Value<?> |
Condition.getValue()
that data that receives the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Value<?>> |
GetQuery.getKeys()
The keys to being retrieved from the query
|
List<Value<?>> |
RemoveQuery.getKeys()
The keys to being removed from the query
|
Copyright © 2018. All rights reserved.