|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.util.db.JDBCConnection
public final class JDBCConnection
This class provides funcuonality concerning JDBC pased on a database product. The implementation is based upon information found at "http://www.redmountainsw.com/wordpress/archives/jdbc-connection-urls", "http://www.schemaresearch.com/products/srtransport/doc/modules/jdbcconf.html", "http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_iclient_conn", "http://lists.mysql.com/maxdb/24785", "http://www.mckoi.com/database/JDBCDriver.html", "http://www.ipd.uka.de/~oosem/mobiledb/pb/docs/server_embedded/html/htmlfiles/dev_tutorial.html" and "http://www.sybase.com/detail?id=1009876"
| Constructor Summary | |
|---|---|
JDBCConnection(java.lang.String dbProduct)
Initialize the Database product constant |
|
| Method Summary | |
|---|---|
java.lang.String |
getConnectionURL()
Retrieve the connection URL. |
java.lang.String |
getDriverClass()
Retrieve the default driver class for the database product |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCConnection(java.lang.String dbProduct)
dbProduct - that is initialized| Method Detail |
|---|
public java.lang.String getDriverClass()
public java.lang.String getConnectionURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||