Uses of Interface
com.yandex.ydb.table.result.ValueReader
-
Packages that use ValueReader Package Description com.yandex.ydb.table.result com.yandex.ydb.table.result.impl -
-
Uses of ValueReader in com.yandex.ydb.table.result
Methods in com.yandex.ydb.table.result that return ValueReader Modifier and Type Method Description ValueReaderResultSetReader. getColumn(int index)Returns value reader for column by index.ValueReaderResultSetReader. getColumn(String name)Returns value reader for column by name.ValueReaderDictReader. getDictKey(int index)ValueReaderDictReader. getDictValue(int index)ValueReaderListReader. getListItem(int index)ValueReaderOptionalReader. getOptionalItem()ValueReaderStructReader. getStructMember(int index)ValueReaderStructReader. getStructMember(String name)ValueReaderTupleReader. getTupleElement(int index)ValueReaderVariantReader. getVariantItem() -
Uses of ValueReader in com.yandex.ydb.table.result.impl
Methods in com.yandex.ydb.table.result.impl that return ValueReader Modifier and Type Method Description static ValueReaderProtoValueReaders. forType(com.yandex.ydb.ValueProtos.Type type)
-