public final class RowIdLifetime
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static RowIdLifetime |
ROWID_UNSUPPORTED
Indicates that this data source does not support the ROWID type.
|
static RowIdLifetime |
ROWID_VALID_FOREVER
Indicates that the lifetime of a RowId from this data source is, effectively,
unlimited.
|
static RowIdLifetime |
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.
|
static RowIdLifetime |
ROWID_VALID_SESSION
Indicates that the lifetime of a RowId from this data source is at least the
containing session.
|
static RowIdLifetime |
ROWID_VALID_TRANSACTION
Indicates that the lifetime of a RowId from this data source is at least the
containing transaction.
|
Modifier and Type | Method and Description |
---|---|
static RowIdLifetime |
valueOf(java.lang.String name) |
static RowIdLifetime[] |
values() |
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 RowIdLifetime[] values()
public static RowIdLifetime valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.