| コンストラクタと説明 |
|---|
JDBC() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
acceptsURL(String url) |
Connection |
connect(String url,
Properties info) |
static Connection |
createConnection(String url,
Properties prop)
Creates a new database connection to a given URL.
|
int |
getMajorVersion() |
int |
getMinorVersion() |
DriverPropertyInfo[] |
getPropertyInfo(String url,
Properties info) |
static boolean |
isValidURL(String url)
Validates a URL
|
boolean |
jdbcCompliant() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParentLoggerpublic int getMajorVersion()
getMajorVersion インタフェース内 DriverDriver.getMajorVersion()public int getMinorVersion()
getMinorVersion インタフェース内 DriverDriver.getMinorVersion()public boolean jdbcCompliant()
jdbcCompliant インタフェース内 DriverDriver.jdbcCompliant()public boolean acceptsURL(String url)
acceptsURL インタフェース内 DriverDriver.acceptsURL(java.lang.String)public static boolean isValidURL(String url)
url - public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
getPropertyInfo インタフェース内 DriverSQLExceptionDriver.getPropertyInfo(java.lang.String, java.util.Properties)public Connection connect(String url, Properties info) throws SQLException
connect インタフェース内 DriverSQLExceptionDriver.connect(java.lang.String, java.util.Properties)public static Connection createConnection(String url, Properties prop) throws SQLException
url - the URLprop - the propertiesSQLExceptionDriver.connect(java.lang.String, java.util.Properties)Copyright © 2013. All Rights Reserved.