|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 列舉常數 | 欄位 | 方法 | 詳細資訊: 列舉常數 | 欄位 | 方法 |
java.lang.Object java.lang.Enum<RowIdLifetime> java.sql.RowIdLifetime
public enum RowIdLifetime
RowId 生存期值的列舉。
列舉常數摘要 | |
---|---|
ROWID_UNSUPPORTED
表示此資料源不支持 ROWID 型別。 |
|
ROWID_VALID_FOREVER
表示來自此資料源的 RowId 的生存期實際上沒有限制。 |
|
ROWID_VALID_OTHER
表示來自此資料源的 RowId 的生存期是不確定的;但不是 ROWID_VALID_TRANSACTION、ROWID_VALID_SESSION 或 ROWID_VALID_FOREVER 之一。 |
|
ROWID_VALID_SESSION
表示來自此資料源的 RowId 至少在包含它的Session期間有效。 |
|
ROWID_VALID_TRANSACTION
表示來自此資料源的 RowId 的生存期至少在包含它的事務期間有效。 |
方法摘要 | |
---|---|
static RowIdLifetime |
valueOf(String name)
返回帶有指定名稱的該型別的列舉常數。 |
static RowIdLifetime[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
從類別 java.lang.Enum 繼承的方法 |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
從類別 java.lang.Object 繼承的方法 |
---|
getClass, notify, notifyAll, wait, wait, wait |
列舉常數詳細資訊 |
---|
public static final RowIdLifetime ROWID_UNSUPPORTED
public static final RowIdLifetime ROWID_VALID_OTHER
public static final RowIdLifetime ROWID_VALID_SESSION
public static final RowIdLifetime ROWID_VALID_TRANSACTION
public static final RowIdLifetime ROWID_VALID_FOREVER
方法詳細資訊 |
---|
public static final RowIdLifetime[] values()
for(RowIdLifetime c : RowIdLifetime.values()) System.out.println(c);
public static RowIdLifetime valueOf(String name)
指定要返回的列舉常數的名稱。
-
如果該列舉型別沒有帶有指定名稱的常數,
- 則拋出 IllegalArgumentException
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 列舉常數 | 欄位 | 方法 | 詳細資訊: 列舉常數 | 欄位 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。