JavaScript is disabled on your browser.
Skip navigation links
Spincast Framework
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.spincast.plugins.jdbc.statements
Interface ResultSetHandler<T>
public interface
ResultSetHandler<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
handle
(
SpincastResultSet
rs)
Method Details
handle
T
handle
(
SpincastResultSet
rs)
throws
Exception
Throws:
Exception