Package | Description |
---|---|
org.jdbi.v3.core.result |
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results. |
Modifier and Type | Method and Description |
---|---|
default <T> ResultIterable<T> |
ResultBearing.map(RowViewMapper<T> mapper)
Maps this result set to a
ResultIterable , using the given RowViewMapper . |
Copyright © 2019. All rights reserved.