Interface ResultSetCallback
- 
 public interface ResultSetCallbackA callback using aResultSet
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ResultSet rs)Callback with aResultSet.
 
- 
- 
- 
Method Detail- 
executevoid execute(ResultSet rs) throws SQLException Callback with aResultSet. The ResultSet will be closed automatically after this method returns.- Parameters:
- rs- the ResultSet.
- Throws:
- SQLException- if an error occurs
 
 
- 
 
-