T
- is the type of object that will be returned.public abstract class GcResultSetCallback<T>
extends java.lang.Object
Constructor and Description |
---|
GcResultSetCallback() |
public abstract T callback(java.sql.ResultSet resultSet) throws java.lang.Exception
resultSet
- is the resultSet.java.lang.Exception
- if things go wrong in your code.