Class DelegatingDriver

  • All Implemented Interfaces:
    Driver

    public class DelegatingDriver
    extends Object
    implements Driver
    a jdbc driver wrapper to allow loading the driver with custon classloader from an arbitrary location during runtime. DatabaseManager.registerDriver() only registers drivers loaded with the system classloader so we trick it into accepting our driver by wrapping it into this one.
    See Also:
    How to use a jdbc driver from an arbitrary location