Uses of Interface
org.soulwing.jdbc.ResultSetHandler
-
Packages that use ResultSetHandler Package Description org.soulwing.jdbc JDBC facade and supporting classes -
-
Uses of ResultSetHandler in org.soulwing.jdbc
Methods in org.soulwing.jdbc with parameters of type ResultSetHandler Modifier and Type Method Description <T> T
JdbcCall. handleResult(ResultSetHandler<T> handler)
Processes the current result set using the given handler.JdbcQuery<T>
JdbcQuery. handlingResultWith(ResultSetHandler<T> handler)
Configures this query to use the given result set handler.
-