Class DriverFactory


  • class DriverFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DriverFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.sql.Driver createDriver​(BasicDataSource basicDataSource)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DriverFactory

        DriverFactory()
    • Method Detail

      • createDriver

        static java.sql.Driver createDriver​(BasicDataSource basicDataSource)
                                     throws java.sql.SQLException
        Throws:
        java.sql.SQLException