|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.jdbc.GcResultSetCallback<T>
T
- is the type of object that will be returned.public abstract class GcResultSetCallback<T>
Object that gets a resulset via callback.
Constructor Summary | |
---|---|
GcResultSetCallback()
|
Method Summary | |
---|---|
abstract T |
callback(java.sql.ResultSet resultSet)
Get access to the resultset. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcResultSetCallback()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |