Package dev.aherscu.qa.jgiven.jdbc.utils.dbutils
-
Class Summary Class Description ArrayStreamingHandler ResultSetHandler implementation that converts the ResultSet into a Stream of Object[]s.BeanStreamingHandler<T> ResultSetHandler implementation that converts the ResultSet into a Stream of Object[]s.MapStreamingHandler ResultSetHandler implementation that converts the ResultSet into a Stream of Map. StreamingQueryRunner An extension of the Apache DbUtils QueryRunner that adds methods to produce Streams where each element of the stream is constructed from a row in a ResultSet.StreamingResultSetHandler<T> Abstract class that simplifies the development of ResultSetHandler classes that convert ResultSets into Streams.