Package | Description |
---|---|
io.picodata.driver.api.conditions |
Tuple filtering conditions used in select operations
|
io.picodata.driver.core.conditions |
Tuple filtering conditions used in select operations
|
Modifier and Type | Method and Description |
---|---|
Operator |
Condition.operator()
Filtering operator (<.
|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Operator |
BaseCondition.operator() |
Constructor and Description |
---|
BaseCondition(Operator operator,
FieldIdentifier<?,?> field) |
FieldValueConditionImpl(Operator operator,
FieldIdentifier<?,?> field,
Object value)
Basic constructor
|
IndexValueConditionImpl(Operator operator,
FieldIdentifier<?,?> field,
List<?> indexValues)
Basic constructor
|
Copyright © 2025 Picodata. All rights reserved.