Method Summary |
|
public String | getDbName() Gets the human-friendly name of the database. |
public String | getDriverClass() Gets the fully-qualified class name of the JDBC driver class used to access this database. |
public String | getFilename() Gets the name (not the full file location) of the file containing the JDBC driver for this database. |
public String | getTypeMapping() Gets the name of the 'type-mapping' needed by the application server
to know how to map this database's proprietary SQL functions and datatypes to Java. |
public void | setDbName(String dbName) |
public void | setDriverClass(String driverClass) |
public void | setFilename(String filename) |
public void | setTypeMapping(String typeMapping) |
public String | toString() Display just the database name (used to represent the database in the select drop down list). |