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
|
io.picodata.driver.mappers.converters |
Contains converters that map Java object and MessagePack
|
io.picodata.driver.mappers.converters.object |
Contains converters that map Java object to MessagePack
|
io.picodata.driver.mappers.converters.value.defaults |
Contains default converters that map MessagePack values to Java Objects
|
Modifier and Type | Method and Description |
---|---|
Interval |
TarantoolTuple.getInterval(int fieldPosition)
Get the field value converted to
Interval |
Interval |
TarantoolTuple.getInterval(String fieldName)
Get the field value converted to
Interval |
Modifier and Type | Method and Description |
---|---|
Interval |
TarantoolTupleImpl.getInterval(int fieldPosition) |
Interval |
TarantoolTupleImpl.getInterval(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Interval |
Interval.setAdjust(Adjust adjust) |
Interval |
Interval.setDay(long day) |
Interval |
Interval.setHour(long hour) |
Interval |
Interval.setMin(long min) |
Interval |
Interval.setMonth(long month) |
Interval |
Interval.setNsec(long nsec) |
Interval |
Interval.setSec(long sec) |
Interval |
Interval.setWeek(long week) |
Interval |
Interval.setYear(long year) |
Modifier and Type | Method and Description |
---|---|
org.msgpack.value.ExtensionValue |
DefaultIntervalToExtensionValueConverter.toValue(Interval object) |
Modifier and Type | Method and Description |
---|---|
Interval |
DefaultExtensionValueToIntervalConverter.fromValue(org.msgpack.value.ExtensionValue value) |
Copyright © 2025 Picodata. All rights reserved.