jxUtil 0.6

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


Field Summary
private  Driver driver
           
private  Properties props
           
private  String url
           
 
Constructor Summary
JDBCConfig.ConnectionParameters(Driver driver, String url, Properties props)
           
 
Method Summary
 Connection getConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

private final Driver driver

props

private final Properties props

url

private final String url
Constructor Detail

JDBCConfig.ConnectionParameters

public JDBCConfig.ConnectionParameters(Driver driver,
                                       String url,
                                       Properties props)
Method Detail

getConnection

public Connection getConnection()
                         throws SQLException
SQLException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.