| java.sql.RowIdLifetime
RowIdLifetime | public enum RowIdLifetime (Code) | | Enumeration for RowId life-time values.
since: 1.6 |
Field Summary | |
Enum Constant | ROWID_UNSUPPORTED Indicates that this data source does not support the ROWID type. | Enum Constant | ROWID_VALID_FOREVER Indicates that the lifetime of a RowId from this data source is, effectively,
unlimited. | Enum Constant | ROWID_VALID_OTHER Indicates that the lifetime of a RowId from this data source is indeterminate;
but not one of ROWID_VALID_TRANSACTION, ROWID_VALID_SESSION, or,
ROWID_VALID_FOREVER. | Enum Constant | ROWID_VALID_SESSION Indicates that the lifetime of a RowId from this data source is at least the
containing session. | Enum Constant | ROWID_VALID_TRANSACTION Indicates that the lifetime of a RowId from this data source is at least the
containing transaction. |
ROWID_UNSUPPORTED | Enum Constant ROWID_UNSUPPORTED(Code) | | Indicates that this data source does not support the ROWID type.
|
ROWID_VALID_FOREVER | Enum Constant ROWID_VALID_FOREVER(Code) | | Indicates that the lifetime of a RowId from this data source is, effectively,
unlimited.
|
ROWID_VALID_OTHER | Enum Constant ROWID_VALID_OTHER(Code) | | Indicates that the lifetime of a RowId from this data source is indeterminate;
but not one of ROWID_VALID_TRANSACTION, ROWID_VALID_SESSION, or,
ROWID_VALID_FOREVER.
|
ROWID_VALID_SESSION | Enum Constant ROWID_VALID_SESSION(Code) | | Indicates that the lifetime of a RowId from this data source is at least the
containing session.
|
ROWID_VALID_TRANSACTION | Enum Constant ROWID_VALID_TRANSACTION(Code) | | Indicates that the lifetime of a RowId from this data source is at least the
containing transaction.
|
|
|