| java.lang.Object workbench.db.DbDriver
DbDriver | public class DbDriver implements Comparable<DbDriver>(Code) | | Represents a JDBC Driver definition.
The definition includes a (logical) name, a driver class
and (optional) a library from which the driver is to
be loaded.
author: support@sql-workbench.net |
DbDriver | public DbDriver()(Code) | | |
canReadLibrary | public boolean canReadLibrary()(Code) | | |
hashCode | public int hashCode()(Code) | | |
setDriverClass | public void setDriverClass(String aClass)(Code) | | |
|
|