JavaTM 2 Platform
Standard Ed. 6

類別 java.sql.ClientInfoStatus
的使用

使用 ClientInfoStatus 的軟體套件
java.sql 提供使用 JavaTM 程式語言存取並處理存儲在資料源(通常是一個關聯型資料庫)中的資料的 API。 
 

java.sqlClientInfoStatus 的使用
 

返回 ClientInfoStatusjava.sql 中的方法
static ClientInfoStatus ClientInfoStatus.valueOf(String name)
          返回帶有指定名稱的該型別的列舉常數。
static ClientInfoStatus[] ClientInfoStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

返回變數型別為 ClientInfoStatus 的型別的 java.sql 中的方法
 Map<String,ClientInfoStatus> SQLClientInfoException.getFailedProperties()
          返回無法設置的客戶端資訊屬性列表。
 

型別變數型別為 ClientInfoStatusjava.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)
          建構一個使用給定 reasoncausefailedProperties 初始化的 SQLClientInfoException 物件。
SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties)
          建構一個使用給定 reasonSQLStatevendorCodefailedProperties 初始化的 SQLClientInfoException 物件。
SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
          建構一個使用給定 reasonSQLStatecausevendorCodefailedProperties 初始化的 SQLClientInfoException 物件。
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties)
          建構一個使用給定 reasonSQLStatefailedProperties 初始化的 SQLClientInfoException 物件。
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
          建構一個使用給定 reasonSQLStatecausefailedProperties 初始化的 SQLClientInfoException 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only