|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.xml.XmlDriver
Class implements the JDBC Driver interface for the XmlJdbc driver.
Field Summary | |
static java.lang.String |
DEFAULT_EXTENSION
|
static java.lang.String |
FILE_EXTENSION
|
Constructor Summary | |
XmlDriver()
|
Method Summary | |
boolean |
acceptsURL(java.lang.String url)
Description of the Method |
java.sql.Connection |
connect(java.lang.String url,
java.util.Properties info)
Description of the Method |
int |
getMajorVersion()
Gets the majorVersion attribute of the XmlDriver object |
int |
getMinorVersion()
Gets the minorVersion attribute of the XmlDriver object |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info)
Gets the propertyInfo attribute of the XmlDriver object |
boolean |
jdbcCompliant()
Description of the Method |
static void |
log(java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_EXTENSION
public static final java.lang.String FILE_EXTENSION
Constructor Detail |
public XmlDriver()
Method Detail |
public java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String url, java.util.Properties info) throws java.sql.SQLException
getPropertyInfo
in interface java.sql.Driver
url
- Description of Parameterinfo
- Description of Parameter
java.sql.SQLException
- Description of Exceptionpublic int getMajorVersion()
getMajorVersion
in interface java.sql.Driver
public int getMinorVersion()
getMinorVersion
in interface java.sql.Driver
public java.sql.Connection connect(java.lang.String url, java.util.Properties info) throws java.sql.SQLException
connect
in interface java.sql.Driver
url
- Description of Parameterinfo
- Description of Parameter
java.sql.SQLException
- Description of Exceptionpublic boolean acceptsURL(java.lang.String url) throws java.sql.SQLException
acceptsURL
in interface java.sql.Driver
url
- Description of Parameter
java.sql.SQLException
- Description of Exceptionpublic boolean jdbcCompliant()
jdbcCompliant
in interface java.sql.Driver
public static void log(java.lang.String message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |