类 ResultsetRowsStreaming<T extends ProtocolEntity>

  • 类型参数:
    T - ProtocolEntity type
    所有已实现的接口:
    ProtocolEntity, ResultsetRows, RowList, Iterator<Row>

    public class ResultsetRowsStreaming<T extends ProtocolEntity>
    extends AbstractResultsetRows
    implements ResultsetRows
    Provides streaming of Resultset rows. Each next row is consumed from the input stream only on next() call. Consumed rows are not cached thus we only stream result sets when they are forward-only, read-only, and the fetch size has been set to Integer.MIN_VALUE (rows are read one by one).