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 | Interface and Description |
---|---|
interface |
IdIndex
Represents an index defined by its id
|
interface |
NamedField
Represents a field defined by name
|
interface |
NamedIndex
Represents an index defined by name
|
interface |
PositionField
Represents a field defined by position
|
Modifier and Type | Method and Description |
---|---|
FieldIdentifier<?,?> |
Condition.field()
Filtering operand, may be a field or index
|
Modifier and Type | Class and Description |
---|---|
class |
IdIndexImpl
Represents an index defined by its id
|
class |
NamedFieldImpl
Represents a field defined by name
|
class |
NamedIndexImpl
Represents an index defined by name
|
class |
PositionFieldImpl
Represents a field defined by position
|
Modifier and Type | Method and Description |
---|---|
FieldIdentifier<?,?> |
BaseCondition.field() |
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.