java.lang.Object
org.nkjmlab.sorm4j.common.DriverManagerDataSource
- すべての実装されたインタフェース:
Wrapper,CommonDataSource,DataSource
A database connection source wrapped a
DriverManager- 作成者:
- nkjm
-
メソッドの概要
修飾子とタイプメソッド説明static DriverManagerDataSourcegetConnection(String username, String password) intbooleanisWrapperFor(Class<?> iface) voidsetLoginTimeout(int seconds) voidsetLogWriter(PrintWriter out) <T> Tクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド javax.sql.CommonDataSource
createShardingKeyBuilderインタフェースから継承されたメソッド javax.sql.DataSource
createConnectionBuilder
-
メソッドの詳細
-
create
-
getConnection
- 定義:
getConnectionインタフェース内DataSource- 例外:
SQLException
-
getParentLogger
- 定義:
getParentLoggerインタフェース内CommonDataSource- 例外:
SQLFeatureNotSupportedException
-
unwrap
- 定義:
unwrapインタフェース内Wrapper- 例外:
SQLException
-
isWrapperFor
- 定義:
isWrapperForインタフェース内Wrapper- 例外:
SQLException
-
getConnection
- 定義:
getConnectionインタフェース内DataSource- 例外:
SQLException
-
getLogWriter
- 定義:
getLogWriterインタフェース内CommonDataSource- 定義:
getLogWriterインタフェース内DataSource- 例外:
SQLException
-
setLogWriter
- 定義:
setLogWriterインタフェース内CommonDataSource- 定義:
setLogWriterインタフェース内DataSource- 例外:
SQLException
-
setLoginTimeout
- 定義:
setLoginTimeoutインタフェース内CommonDataSource- 定義:
setLoginTimeoutインタフェース内DataSource- 例外:
SQLException
-
getLoginTimeout
- 定義:
getLoginTimeoutインタフェース内CommonDataSource- 定義:
getLoginTimeoutインタフェース内DataSource- 例外:
SQLException
-