JavaTM Platform
Standard Ed. 6

클래스
java.sql.ClientInfoStatus 의 사용

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)
          지정된 causefailedProperties 로 초기화된 SQLClientInfoException 객체를 구축합니다.
SQLClientInfoException (String  reason, Map <String ,ClientInfoStatus > failedProperties)
          지정된 reasonfailedProperties 로 초기화된 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

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

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