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 ConnectionPool._driver
           
protected  DriverInfo ConnectionWrapper.driver
           
private  DriverInfo ReverseEngineer.driverInfo
           
protected  DriverInfo Database.driverInfo
          driver infos (database vendor specific)
 

Fields in velosurf.sql with type parameters of type DriverInfo
private static java.util.Map<java.lang.String,DriverInfo> DriverInfo.driverByClass
           
private static java.util.Map<java.lang.String,DriverInfo> DriverInfo.driverByVendor
           
 

Methods in velosurf.sql that return DriverInfo
 DriverInfo Database.getDriverInfo()
          get database vendor
(package private) static DriverInfo DriverInfo.getDriverInfo(java.lang.String url, java.lang.String driverClass)
           
 

Methods in velosurf.sql with parameters of type DriverInfo
protected  void ReverseEngineer.setDriverInfo(DriverInfo di)
           
 

Constructors in velosurf.sql with parameters of type DriverInfo
ConnectionPool(java.lang.String url, java.lang.String user, java.lang.String password, java.lang.String schema, DriverInfo driver, boolean autocommit, int min, int max)
           
ConnectionWrapper(DriverInfo driver, java.sql.Connection connection)
           
 



~ooOoo~