| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
| ClientInfoStatus 를 사용하고 있는 패키지 | |
|---|---|
| java.sql | JavaTM 프로그램 언어를 사용해 데이터 소스 (일반적으로은 RDB)의 데이터에 액세스 해 처리하는 API 를 제공합니다. | 
| java.sql 에서의 ClientInfoStatus 의 사용 | 
|---|
| ClientInfoStatus 를 돌려주는 java.sql 의 메소드 | |
|---|---|
static ClientInfoStatus  | 
ClientInfoStatus. valueOf (String  name)
지정한 이름을 가지는 이 형태의 열거형 정수를 돌려줍니다.  | 
static ClientInfoStatus [] | 
ClientInfoStatus. values ()
이 열거형의 정수를 포함한 배열이 선언되고 있는 순서로 돌려줍니다.  | 
| ClientInfoStatus 형의 인수를 가지는 형태를 돌려주는 java.sql 의 메소드 | |
|---|---|
 Map <String ,ClientInfoStatus > | 
SQLClientInfoException. getFailedProperties ()
설정할 수 없었던 클라이언트 정보 프로퍼티의 리스트를 돌려줍니다.  | 
| ClientInfoStatus 형의 형태 인수를 가지는 java.sql 의 생성자 파라미터 | |
|---|---|
SQLClientInfoException (Map <String ,ClientInfoStatus > failedProperties)
지정된 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
SQLClientInfoException (Map <String ,ClientInfoStatus > failedProperties,
                       Throwable  cause)
지정된 cause 및 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
SQLClientInfoException (String  reason,
                       Map <String ,ClientInfoStatus > failedProperties)
지정된 reason 및 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
SQLClientInfoException (String  reason,
                       Map <String ,ClientInfoStatus > failedProperties,
                       Throwable  cause)
지정된 reason,cause, 및 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
SQLClientInfoException (String  reason,
                       String  SQLState,
                       int vendorCode,
                       Map <String ,ClientInfoStatus > failedProperties)
지정된 reason,SQLState,vendorCode, 및 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
SQLClientInfoException (String  reason,
                       String  SQLState,
                       int vendorCode,
                       Map <String ,ClientInfoStatus > failedProperties,
                       Throwable  cause)
지정된 reason,SQLState,cause,vendorCode, 및 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
SQLClientInfoException (String  reason,
                       String  SQLState,
                       Map <String ,ClientInfoStatus > failedProperties)
지정된 reason,SQLState, 및 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
SQLClientInfoException (String  reason,
                       String  SQLState,
                       Map <String ,ClientInfoStatus > failedProperties,
                       Throwable  cause)
지정된 reason,SQLState,cause, 및 failedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.  | 
|
 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 전 다음 | 프레임 있어 프레임 없음 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.