Package com.yandex.ydb.table.result
Interface DictReader
-
- All Known Subinterfaces:
ValueReader
public interface DictReader- Author:
- Sergey Polovko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDictItemsCount()ValueReadergetDictKey(int index)ValueReadergetDictValue(int index)
-
-
-
Method Detail
-
getDictItemsCount
int getDictItemsCount()
-
getDictKey
ValueReader getDictKey(int index)
-
getDictValue
ValueReader getDictValue(int index)
-
-