|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.sql.DriverPropertyInfo
public class DriverPropertyInfo
用於建立連接的驅動程序屬性。只有那些需要通過 getDriverProperties
方法與 Driver 交互來發現並提供用於連接的屬性的高層級程式人員,才需要對類別 DriverPropertyInfo
感興趣。
欄位摘要 | |
---|---|
String[] |
choices
如果可以從特定一組值中選擇 DriverPropertyInfo.value 欄位的值,則返回可能值組成的陣列;否則返回 null。 |
String |
description
屬性的簡要描述,可能為 null。 |
String |
name
屬性的名稱。 |
boolean |
required
如果在 Driver.connect 期間必須為此屬性提供一個值,則 required 欄位為 true ,否則為 false 。 |
String |
value
value 欄位通過綜合為 getPropertyInfo 方法提供的資訊、Java 環境和驅動程序提供的預設值來指定當前屬性值。 |
建構子摘要 | |
---|---|
DriverPropertyInfo(String name,
String value)
建構一個帶有給定名稱和值的 DriverPropertyInfo 物件。 |
方法摘要 |
---|
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
欄位詳細資訊 |
---|
public String name
public String description
public boolean required
Driver.connect
期間必須為此屬性提供一個值,則 required
欄位為 true
,否則為 false
。
public String value
value
欄位通過綜合為 getPropertyInfo
方法提供的資訊、Java 環境和驅動程序提供的預設值來指定當前屬性值。如果不知道任何值,則該欄位可以為 null。
public String[] choices
DriverPropertyInfo.value
欄位的值,則返回可能值組成的陣列;否則返回 null。
建構子詳細資訊 |
---|
public DriverPropertyInfo(String name, String value)
DriverPropertyInfo
物件。description
和 choices
被初始化為 null
,required
被初始化為 false
。
name
- 屬性的名稱value
- 當前值,可能為 null
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。