CloseListener

A trigger that implements this interface will be notified when the database is closed.

Methods
void close()
This method is called when the database is closed.

void close() throws SQLException

This 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