|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| PooledConnection 를 사용하고 있는 패키지 | |
|---|---|
| javax.sql | 서버측의 데이터 소스 액세스와 JavaTM 프로그램 언어를 사용한 처리에 사용하는 API 를 제공합니다. |
| javax.sql 에서의 PooledConnection 의 사용 |
|---|
| javax.sql 에서의 PooledConnection 의 서브 인터페이스 | |
|---|---|
interface |
XAConnection
분산 트랜잭션(transaction)를 지원하는 객체입니다. |
| PooledConnection 를 돌려주는 javax.sql 의 메소드 | |
|---|---|
PooledConnection |
ConnectionPoolDataSource. getPooledConnection ()
풀 된 접속으로서 사용 가능한, 데이타베이스에의 물리 접속의 확립을 시도합니다. |
PooledConnection |
ConnectionPoolDataSource. getPooledConnection (String user,
String password)
풀 된 접속으로서 사용 가능한, 데이타베이스에의 물리 접속의 확립을 시도합니다. |
| PooledConnection 형의 파라미터를 가지는 javax.sql 의 생성자 | |
|---|---|
ConnectionEvent (PooledConnection con)
지정한 PooledConnection 객체에 의해 초기화된 ConnectionEvent 객체를 구축합니다. |
|
ConnectionEvent (PooledConnection con,
SQLException ex)
지정한 PooledConnection 객체와 SQLException 객체에 의해 초기화된 ConnectionEvent 객체를 구축합니다. |
|
StatementEvent (PooledConnection con,
PreparedStatement statement)
지정된 PooledConnection 와 PreparedStatement 를 가지는 StatementEvent 를 구축합니다. |
|
StatementEvent (PooledConnection con,
PreparedStatement statement,
SQLException exception)
지정된 PooledConnection,PreparedStatement, 및 SQLException 를 가지는 StatementEvent 를 구축합니다. |
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.