public interface DataSourceHandler
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Connection |
getConnection(DataSource dataSource)
Get the connection from the data source.
|
Connection getConnection(DataSource dataSource) throws SQLException
dataSource - The data source for a database connection. (NotNull)SQLException - When it fails to get connection.Copyright © 2014–2015 The DBFlute Project. All rights reserved.