|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.i18njdbc.I18nDriver
public class I18nDriver
This class implements the Driver interface for the I18nJdbc driver.
Field Summary | |
---|---|
static java.lang.String |
CHARSET
|
static java.lang.String |
CREATE
|
static boolean |
DEBUG
|
static java.lang.String |
DEFAULT_CHARSET
|
static boolean |
DEFAULT_CREATE
|
static java.lang.String |
DEFAULT_EXTENSION
|
static java.lang.String |
DEFAULT_NAMECOLUMN
|
static java.lang.String |
DEFAULT_VALUECOLUMN
|
static java.lang.String |
FILE_EXTENSION
|
static java.lang.String |
FILE_NAME_EXT
|
static java.lang.String |
NAMECOLUMN
|
static java.lang.String |
VALUECOLUMN
|
static java.lang.String |
VARCHAR_TYPE
|
Constructor Summary | |
---|---|
I18nDriver()
|
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 I18nJdbc object |
int |
getMinorVersion()
Gets the minorVersion attribute of the I18nJdbc object |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String url,
java.util.Properties info)
Gets the propertyInfo attribute of the I18nJdbc 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 CHARSET
public static final java.lang.String NAMECOLUMN
public static final java.lang.String VALUECOLUMN
public static final java.lang.String CREATE
public static final java.lang.String FILE_EXTENSION
public static final java.lang.String DEFAULT_CHARSET
public static final java.lang.String DEFAULT_NAMECOLUMN
public static final java.lang.String DEFAULT_VALUECOLUMN
public static final boolean DEFAULT_CREATE
public static final java.lang.String DEFAULT_EXTENSION
public static final java.lang.String VARCHAR_TYPE
public static java.lang.String FILE_NAME_EXT
public static boolean DEBUG
Constructor Detail |
---|
public I18nDriver()
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 |