パッケージ dev.jfr4jdbc
クラス Jfr4JdbcDriver
- java.lang.Object
-
- dev.jfr4jdbc.Jfr4JdbcDriver
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Jfr4JdbcDriver()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 booleanacceptsURL(String url)Connectionconnect(String url, Properties info)intgetMajorVersion()intgetMinorVersion()LoggergetParentLogger()DriverPropertyInfo[]getPropertyInfo(String url, Properties info)booleanjdbcCompliant()
-
-
-
メソッドの詳細
-
acceptsURL
public boolean acceptsURL(String url) throws SQLException
- 定義:
acceptsURLインタフェース内Driver- 例外:
SQLException
-
connect
public Connection connect(String url, Properties info) throws SQLException
- 定義:
connectインタフェース内Driver- 例外:
SQLException
-
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException
- 定義:
getPropertyInfoインタフェース内Driver- 例外:
SQLException
-
getMajorVersion
public int getMajorVersion()
- 定義:
getMajorVersionインタフェース内Driver
-
getMinorVersion
public int getMinorVersion()
- 定義:
getMinorVersionインタフェース内Driver
-
jdbcCompliant
public boolean jdbcCompliant()
- 定義:
jdbcCompliantインタフェース内Driver
-
getParentLogger
public Logger getParentLogger() throws SQLFeatureNotSupportedException
- 定義:
getParentLoggerインタフェース内Driver- 例外:
SQLFeatureNotSupportedException
-
-