JavaTM Platform
Standard Ed. 6

인터페이스
javax.sql.PooledConnection 의 사용

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)
          지정된 PooledConnectionPreparedStatement 를 가지는 StatementEvent 를 구축합니다.
StatementEvent (PooledConnection  con, PreparedStatement  statement, SQLException  exception)
          지정된 PooledConnection,PreparedStatement, 및 SQLException 를 가지는 StatementEvent 를 구축합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.