|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.jdbc.BaseDriver
public abstract class BaseDriver
Constructor Summary | |
---|---|
BaseDriver()
|
Method Summary | |
---|---|
abstract java.lang.String |
getDriverName()
Get's the name of the driver. |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info)
This method could be used to prompt the user for properties to connect to metamatrix (properties that are not already specified for obtaining connection). |
boolean |
jdbcCompliant()
This method returns true if the driver passes jdbc compliance tests. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.Driver |
---|
acceptsURL, connect, getMajorVersion, getMinorVersion |
Constructor Detail |
---|
public BaseDriver()
Method Detail |
---|
public abstract java.lang.String getDriverName()
public boolean jdbcCompliant()
jdbcCompliant
in interface java.sql.Driver
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.Properties info) throws java.sql.SQLException
getPropertyInfo
in interface java.sql.Driver
The
- URL used to establish a connection.A
- properties object containing properties needed to obtain a connection.
SQLException,
- if parsing error occurs
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |