| |
|
| java.lang.Object org.webdocwf.util.i18njdbc.I18nDriver
I18nDriver | public class I18nDriver implements Driver(Code) | | This class implements the Driver interface for the I18nJdbc driver.
author: Zoran Milakovic author: Zeljko Kovacevic |
DEBUG | public static boolean DEBUG(Code) | | |
DEFAULT_CHARSET | final public static String DEFAULT_CHARSET(Code) | | |
DEFAULT_CREATE | final public static boolean DEFAULT_CREATE(Code) | | |
DEFAULT_EXTENSION | final public static String DEFAULT_EXTENSION(Code) | | |
DEFAULT_NAMECOLUMN | final public static String DEFAULT_NAMECOLUMN(Code) | | |
DEFAULT_VALUECOLUMN | final public static String DEFAULT_VALUECOLUMN(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 I18nJdbc object
The majorVersion value |
getMinorVersion | public int getMinorVersion()(Code) | | Gets the minorVersion attribute of the I18nJdbc object
The minorVersion value |
getPropertyInfo | public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException(Code) | | Gets the propertyInfo attribute of the I18nJdbc 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 |
|
|
|