org.sourceforge.jxutil.sql
Class JDBCConfig.ConnectionParameters
java.lang.Object
|
+--org.sourceforge.jxutil.sql.JDBCConfig.ConnectionParameters
- Enclosing class:
- JDBCConfig
- public static final class JDBCConfig.ConnectionParameters
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driver
private final Driver driver
props
private final Properties props
url
private final String url
JDBCConfig.ConnectionParameters
public JDBCConfig.ConnectionParameters(Driver driver,
String url,
Properties props)
getConnection
public Connection getConnection()
throws SQLException
SQLException
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.