org.apache.derby.jdbc
Class ClientDriver
java.lang.Object
   org.apache.derby.jdbc.ClientDriver
org.apache.derby.jdbc.ClientDriver
- All Implemented Interfaces: 
- java.sql.Driver
- public class ClientDriver 
- extends java.lang.Object- implements java.sql.Driver
 
| Method Summary | 
|  boolean | acceptsURL(java.lang.String url)
 | 
|  java.sql.Connection | connect(java.lang.String url,
        java.util.Properties properties)
 | 
| static org.apache.derby.client.am.ClientJDBCObjectFactory | getFactory()This method returns an Implementation
of ClientJDBCObjectFactory depending on
VM under use
Currently it returns either
ClientJDBCObjectFactoryImpl
(or)
ClientJDBCObjectFactoryImpl40
 | 
|  int | getMajorVersion()
 | 
|  int | getMinorVersion()
 | 
|  java.sql.DriverPropertyInfo[] | getPropertyInfo(java.lang.String url,
                java.util.Properties properties)
 | 
|  boolean | jdbcCompliant()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClientDriver
public ClientDriver()
connect
public java.sql.Connection connect(java.lang.String url,
                                   java.util.Properties properties)
                            throws java.sql.SQLException
- 
- Specified by:
- connectin interface- java.sql.Driver
 
- 
- Throws:
- java.sql.SQLException
 
acceptsURL
public boolean acceptsURL(java.lang.String url)
                   throws java.sql.SQLException
- 
- Specified by:
- acceptsURLin interface- java.sql.Driver
 
- 
- Throws:
- java.sql.SQLException
 
getPropertyInfo
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url,
                                                     java.util.Properties properties)
                                              throws java.sql.SQLException
- 
- Specified by:
- getPropertyInfoin interface- java.sql.Driver
 
- 
- Throws:
- java.sql.SQLException
 
getMajorVersion
public int getMajorVersion()
- 
- Specified by:
- getMajorVersionin interface- java.sql.Driver
 
- 
 
getMinorVersion
public int getMinorVersion()
- 
- Specified by:
- getMinorVersionin interface- java.sql.Driver
 
- 
 
jdbcCompliant
public boolean jdbcCompliant()
- 
- Specified by:
- jdbcCompliantin interface- java.sql.Driver
 
- 
 
getFactory
public static org.apache.derby.client.am.ClientJDBCObjectFactory getFactory()
- This method returns an Implementation
of ClientJDBCObjectFactory depending on
VM under use
Currently it returns either
ClientJDBCObjectFactoryImpl
(or)
ClientJDBCObjectFactoryImpl40
 
- 
 
- 
 
Apache Derby 10.3 API Documentation  -  Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.