com.rocketsoftware.mvapi
Class MVDriver

java.lang.Object
  extended by com.rocketsoftware.mvapi.AbstractDriver
      extended by com.rocketsoftware.mvapi.MVDriver
All Implemented Interfaces:
java.sql.Driver

public class MVDriver
extends AbstractDriver

Implements driver methods for an MV driver.


Constructor Summary
MVDriver()
           
 
Method Summary
 boolean acceptsURL(java.lang.String url)
           
 MVConnection connect(java.lang.String url, java.util.Properties info)
           
 int getMajorVersion()
           
 int getMinorVersion()
           
 
Methods inherited from class com.rocketsoftware.mvapi.AbstractDriver
getPropertyInfo, jdbcCompliant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVDriver

public MVDriver()
Method Detail

connect

public MVConnection connect(java.lang.String url,
                            java.util.Properties info)
                     throws MVException
Specified by:
connect in interface java.sql.Driver
Overrides:
connect in class AbstractDriver
Throws:
MVException

acceptsURL

public boolean acceptsURL(java.lang.String url)
                   throws java.sql.SQLException
Specified by:
acceptsURL in interface java.sql.Driver
Overrides:
acceptsURL in class AbstractDriver
Throws:
java.sql.SQLException

getMajorVersion

public int getMajorVersion()
Specified by:
getMajorVersion in interface java.sql.Driver
Overrides:
getMajorVersion in class AbstractDriver

getMinorVersion

public int getMinorVersion()
Specified by:
getMinorVersion in interface java.sql.Driver
Overrides:
getMinorVersion in class AbstractDriver