CloseListenerA trigger that implements this interface will be notified when the database is closed.
void close() throws SQLExceptionThis method is called when the database is closed. If the method throws an exception, it will be logged, but closing the database will continue.Throws:
SQLException
|