RowIdLifetime
Enumeration for RowId life-time values.
Attributes
- Source
- RowIdLifetime.scala
- Graph
-
- Supertypes
Members list
Type members
Enum entries
Indicates that this data source does not support the ROWID type.
Indicates that this data source does not support the ROWID type.
Attributes
- Source
- RowIdLifetime.scala
Indicates that the lifetime of a RowId from this data source is, effectively, unlimited.
Indicates that the lifetime of a RowId from this data source is, effectively, unlimited.
Attributes
- Source
- RowIdLifetime.scala
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.
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.
Attributes
- Source
- RowIdLifetime.scala
Indicates that the lifetime of a RowId from this data source is at least the containing session.
Indicates that the lifetime of a RowId from this data source is at least the containing session.
Attributes
- Source
- RowIdLifetime.scala
Indicates that the lifetime of a RowId from this data source is at least the containing transaction.
Indicates that the lifetime of a RowId from this data source is at least the containing transaction.
Attributes
- Source
- RowIdLifetime.scala