public interface CloseRSInterface
Modifier and Type | Method and Description |
---|---|
void |
onClose(ResultSetInterface rs)
This method is invoked right before ResultSet is considered closed on the server
which means that no further access to this object may occur.
|
void onClose(ResultSetInterface rs) throws java.lang.Exception
rs
- ResultSetInterface rs - interface to a result set being closedjava.lang.Exception