public final class AltibaseDriver
extends java.lang.Object
implements java.sql.Driver
| Constructor and Description |
|---|
AltibaseDriver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(java.lang.String aURL) |
java.sql.Connection |
connect(java.lang.String aURL,
java.util.Properties aInfo) |
int |
getMajorVersion() |
int |
getMinorVersion() |
java.util.logging.Logger |
getParentLogger() |
java.sql.DriverPropertyInfo[] |
getPropertyInfo(java.lang.String aURL,
java.util.Properties aInfo) |
boolean |
jdbcCompliant() |
public boolean acceptsURL(java.lang.String aURL)
throws java.sql.SQLException
acceptsURL in interface java.sql.Driverjava.sql.SQLExceptionpublic java.sql.Connection connect(java.lang.String aURL,
java.util.Properties aInfo)
throws java.sql.SQLException
connect in interface java.sql.Driverjava.sql.SQLExceptionpublic int getMajorVersion()
getMajorVersion in interface java.sql.Driverpublic int getMinorVersion()
getMinorVersion in interface java.sql.Driverpublic java.sql.DriverPropertyInfo[] getPropertyInfo(java.lang.String aURL,
java.util.Properties aInfo)
throws java.sql.SQLException
getPropertyInfo in interface java.sql.Driverjava.sql.SQLExceptionpublic boolean jdbcCompliant()
jdbcCompliant in interface java.sql.Driverpublic java.util.logging.Logger getParentLogger()
getParentLogger in interface java.sql.Driver