Class MapStreamingHandler

  • All Implemented Interfaces:
    org.apache.commons.dbutils.ResultSetHandler<Stream<Map<String,​Object>>>

    public class MapStreamingHandler
    extends StreamingResultSetHandler<Map<String,​Object>>
    ResultSetHandler implementation that converts the ResultSet into a Stream of Map. There is one map for each row in the ResultSet. The keys are the column names (as returned by
    See Also:
    ResultSetHandler