Uses of Class
velosurf.sql.DriverInfo

Packages that use DriverInfo
velosurf.sql Contains all core classes dealing with the database itself. 
 

Uses of DriverInfo in velosurf.sql
 

Fields in velosurf.sql declared as DriverInfo
protected  DriverInfo DBConnection.mDriverInfo
          driver infos (database vendor specific)
 

Methods in velosurf.sql that return DriverInfo
protected static DriverInfo DBConnection.loadDriver(java.lang.String inUrl, java.lang.String inDriver)
          loads the appropriate driver
 DriverInfo DBConnection.getDriverInfo()
          get database vendor
(package private) static DriverInfo DriverInfo.getDriverInfo(java.lang.String inUrl)
           
 



ooOoo