Interface TupleReader

All Superinterfaces:
ColumnReader
All Known Subinterfaces:
RowSetReader
All Known Implementing Classes:
AbstractTupleReader, DictEntryReader, MapReader, RowSetReaderImpl

public interface TupleReader extends ColumnReader
Interface for reading from tuples (rows or maps). Provides a column reader for each column that can be obtained either by name or column index (as defined in the tuple schema.) Also provides two generic methods to get the value as a Java object or as a string.