com.safeidentity.adminservice.dao.rdb.pool
Class JDCConnectionDriver
java.lang.Object
com.safeidentity.adminservice.dao.rdb.pool.JDCConnectionDriver
- All Implemented Interfaces:
- java.sql.Driver
- public class JDCConnectionDriver
- extends java.lang.Object
- implements java.sql.Driver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URL_PREFIX
public static final java.lang.String URL_PREFIX
- See Also:
- Constant Field Values
JDCConnectionDriver
public JDCConnectionDriver(java.lang.String driver,
java.lang.String url,
java.lang.String user,
java.lang.String password)
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.sql.SQLException
JDCConnectionDriver
public JDCConnectionDriver()
throws java.sql.SQLException
connect
public java.sql.Connection connect(java.lang.String url,
java.util.Properties props)
throws java.sql.SQLException
- Specified by:
connect
in interface java.sql.Driver
- Throws:
java.sql.SQLException
acceptsURL
public boolean acceptsURL(java.lang.String url)
- Specified by:
acceptsURL
in interface java.sql.Driver
getMajorVersion
public int getMajorVersion()
- Specified by:
getMajorVersion
in interface java.sql.Driver
getMinorVersion
public int getMinorVersion()
- Specified by:
getMinorVersion
in interface java.sql.Driver
getPropertyInfo
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String str,
java.util.Properties props)
- Specified by:
getPropertyInfo
in interface java.sql.Driver
jdbcCompliant
public boolean jdbcCompliant()
- Specified by:
jdbcCompliant
in interface java.sql.Driver
Copyright © 2004 SoftForum Corp. All Rights Reserved.