Package org.jruby.util
Class JDBCDriverUnloader
java.lang.Object
org.jruby.util.JDBCDriverUnloader
This class gets specially loaded directly in the JRubyClassLoader so that
we can unregister all JDBC drivers that were loaded/registered. It gets
invoked as part of the Ruby runtime tear down.
See http://bugs.jruby.org/4226.