Package | Description |
---|---|
io.picodata.driver.api.tuple |
Contains tuple representation classes and helpers
|
io.picodata.driver.core.tuple |
Contains implementations of tuple representation classes and helpers
|
Modifier and Type | Class and Description |
---|---|
class |
TarantoolNullField
Represents a field with empty value which serializes to
msgpack.NULL |
Modifier and Type | Method and Description |
---|---|
Optional<TarantoolField> |
TarantoolTuple.getField(int fieldPosition)
Get a tuple field by its position
|
Optional<TarantoolField> |
TarantoolTuple.getField(String fieldName)
Get a tuple field by its name
|
List<TarantoolField> |
TarantoolTuple.getFields()
Get all tuple fields as list
|
Modifier and Type | Method and Description |
---|---|
void |
TarantoolTuple.setField(int fieldPosition,
TarantoolField field)
Set a tuple field by field position
|
void |
TarantoolTuple.setField(String fieldName,
TarantoolField field)
Set a tuple field by field name
|
Modifier and Type | Class and Description |
---|---|
class |
TarantoolFieldImpl
Basic tuple field implementation
|
Modifier and Type | Method and Description |
---|---|
Optional<TarantoolField> |
TarantoolTupleImpl.getField(int fieldPosition) |
Optional<TarantoolField> |
TarantoolTupleImpl.getField(String fieldName) |
List<TarantoolField> |
TarantoolTupleImpl.getFields() |
Iterator<TarantoolField> |
TarantoolTupleImpl.iterator() |
Spliterator<TarantoolField> |
TarantoolTupleImpl.spliterator() |
Modifier and Type | Method and Description |
---|---|
void |
TarantoolTupleImpl.setField(int fieldPosition,
TarantoolField field) |
void |
TarantoolTupleImpl.setField(String fieldName,
TarantoolField field) |
Modifier and Type | Method and Description |
---|---|
void |
TarantoolTupleImpl.forEach(Consumer<? super TarantoolField> action) |
Copyright © 2025 Picodata. All rights reserved.