|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 ClientInfoStatus 的軟體套件 | |
---|---|
java.sql | 提供使用 JavaTM 程式語言存取並處理存儲在資料源(通常是一個關聯型資料庫)中的資料的 API。 |
java.sql 中 ClientInfoStatus 的使用 |
---|
返回 ClientInfoStatus 的 java.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()
返回無法設置的客戶端資訊屬性列表。 |
型別變數型別為 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 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。