connection.unregisterDatabaseChangeNotification(this.register);
} catch (SQLException exception) {
throw DatabaseException.sqlException(exception, databaseSession.getAccessor(), databaseSession, false);
}
} finally {
accessor.decrementCallCount();
}
}
/**
* INTERNAL: