org.shiftone.ooc.log
Class ProxyDriver

java.lang.Object
  extended byorg.shiftone.ooc.log.ProxyDriver
All Implemented Interfaces:
java.sql.Driver

public class ProxyDriver
extends java.lang.Object
implements java.sql.Driver

Version:
$Revision: 1.2 $
Author:
$Author: jeffdrost $

Field Summary
static java.lang.String REAL_DRIVER_DESCRIPTION
           
static java.lang.String REAL_DRIVER_PROPERTY
           
static java.lang.String URL_PREFIX
           
 
Constructor Summary
ProxyDriver()
           
 
Method Summary
 boolean acceptsURL(java.lang.String url)
          Method acceptsURL
 java.sql.Connection connect(java.lang.String url, java.util.Properties info)
          Method connect
 int getMajorVersion()
          Method getMajorVersion
 int getMinorVersion()
          Method getMinorVersion
 java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.Properties info)
          Method getPropertyInfo
 boolean jdbcCompliant()
          Method jdbcCompliant
static void main(java.lang.String[] args)
          Method main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URL_PREFIX

public static final java.lang.String URL_PREFIX
See Also:
Constant Field Values

REAL_DRIVER_PROPERTY

public static final java.lang.String REAL_DRIVER_PROPERTY
See Also:
Constant Field Values

REAL_DRIVER_DESCRIPTION

public static final java.lang.String REAL_DRIVER_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

ProxyDriver

public ProxyDriver()
Method Detail

connect

public java.sql.Connection connect(java.lang.String url,
                                   java.util.Properties info)
                            throws java.sql.SQLException
Method connect

Specified by:
connect in interface java.sql.Driver
Parameters:
url - .
info - .
Returns:
.
Throws:
java.sql.SQLException

acceptsURL

public boolean acceptsURL(java.lang.String url)
                   throws java.sql.SQLException
Method acceptsURL

Specified by:
acceptsURL in interface java.sql.Driver
Parameters:
url - .
Returns:
.
Throws:
java.sql.SQLException

getPropertyInfo

public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url,
                                                     java.util.Properties info)
                                              throws java.sql.SQLException
Method getPropertyInfo

Specified by:
getPropertyInfo in interface java.sql.Driver
Parameters:
url - .
info - .
Returns:
.
Throws:
java.sql.SQLException

getMajorVersion

public int getMajorVersion()
Method getMajorVersion

Specified by:
getMajorVersion in interface java.sql.Driver
Returns:
.

getMinorVersion

public int getMinorVersion()
Method getMinorVersion

Specified by:
getMinorVersion in interface java.sql.Driver
Returns:
.

jdbcCompliant

public boolean jdbcCompliant()
Method jdbcCompliant

Specified by:
jdbcCompliant in interface java.sql.Driver
Returns:
.

main

public static void main(java.lang.String[] args)
Method main

Parameters:
args - .