| |
|
| java.lang.Object org.webdocwf.util.xml.XmlDriver
XmlDriver | public class XmlDriver implements Driver(Code) | | Class implements the JDBC Driver interface for the XmlJdbc driver.
author: Zoran Milakovic |
DEFAULT_EXTENSION | final public static String DEFAULT_EXTENSION(Code) | | |
FILE_EXTENSION | final public static String FILE_EXTENSION(Code) | | |
acceptsURL | public boolean acceptsURL(String url) throws SQLException(Code) | | Description of the Method
Parameters: url - Description of Parameter Description of the Returned Value exception: SQLException - Description of Exception |
connect | public Connection connect(String url, Properties info) throws SQLException(Code) | | Description of the Method
Parameters: url - Description of Parameter Parameters: info - Description of Parameter Description of the Returned Value exception: SQLException - Description of Exception |
getMajorVersion | public int getMajorVersion()(Code) | | Gets the majorVersion attribute of the XmlDriver object
The majorVersion value |
getMinorVersion | public int getMinorVersion()(Code) | | Gets the minorVersion attribute of the XmlDriver object
The minorVersion value |
getPropertyInfo | public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException(Code) | | Gets the propertyInfo attribute of the XmlDriver object
Parameters: url - Description of Parameter Parameters: info - Description of Parameter The propertyInfo value exception: SQLException - Description of Exception |
jdbcCompliant | public boolean jdbcCompliant()(Code) | | Description of the Method
Description of the Returned Value |
|
|
|