Package | Description |
---|---|
com.streamscape.ds.jdbc | |
java.sql |
Modifier and Type | Method and Description |
---|---|
RowIdLifetime |
JDBCDatabaseMetaData.getRowIdLifetime()
Indicates whether or not this data source supports the SQL
ROWID type,
and if so the lifetime for which a RowId object remains valid. |
Modifier and Type | Field and Description |
---|---|
static RowIdLifetime |
RowIdLifetime.ROWID_UNSUPPORTED
Indicates that this data source does not support the ROWID type.
|
static RowIdLifetime |
RowIdLifetime.ROWID_VALID_FOREVER
Indicates that the lifetime of a RowId from this data source is, effectively,
unlimited.
|
static RowIdLifetime |
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 |
RowIdLifetime.ROWID_VALID_SESSION
Indicates that the lifetime of a RowId from this data source is at least the
containing session.
|
static RowIdLifetime |
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 |
---|---|
RowIdLifetime |
DatabaseMetaData.getRowIdLifetime()
Indicates whether or not this data source supports the SQL
ROWID type,
and if so the lifetime for which a RowId object remains valid. |
static RowIdLifetime |
RowIdLifetime.valueOf(java.lang.String name) |
static RowIdLifetime[] |
RowIdLifetime.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.