Package com.sun.gjc.util
Interface ResultSetClosedEventListener
-
- All Known Implementing Classes:
CallableStatementWrapper,CallableStatementWrapper40,PreparedStatementWrapper,PreparedStatementWrapper40
public interface ResultSetClosedEventListenerObject closed listener that will be used to intimate listeners to perform operations after an object is closed.- Author:
- Shalini M
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresultSetClosed()Used to perform operations like statement closeOnCompletion when the result set object is closed.
-
-
-
Method Detail
-
resultSetClosed
void resultSetClosed() throws SQLExceptionUsed to perform operations like statement closeOnCompletion when the result set object is closed.- Throws:
SQLException
-
-