kr.co.hit.live.transaction.datasource
Class TiberoPooledDataSource
java.lang.Object
kr.co.hit.live.transaction.datasource.PooledDataSource
kr.co.hit.live.transaction.datasource.StandardPooledDataSource
kr.co.hit.live.transaction.datasource.TiberoPooledDataSource
- All Implemented Interfaces:
- Wrapper, CommonDataSource, DataSource
public class TiberoPooledDataSource
- extends StandardPooledDataSource
Tibero DB를 위한 PooledDataSource 클래스이다.
StandardPooledDataSource를 상속받았으며,
TiberoConnectionPoolDataSource를 사용하여 구현되었다.
- Since:
- 5.0
- Author:
- 최병진
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TiberoPooledDataSource
public TiberoPooledDataSource(Properties props)
throws SQLException
생성자이다. 설정에 필요한 속성값들은 Properties 객체내에 정의한다.
- Parameters:
props - 생성시 사용할 속성값들이 정의된 Properties 객체
- Throws:
SQLException
Copyright © 2014. All Rights Reserved.