| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| Modifier and Type | Method | Description |
|---|---|---|
Transaction.State |
Transaction.getState() |
Returns the current state of the transaction.
|
static Transaction.State |
Transaction.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Transaction.State[] |
Transaction.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright (c) 2002, 2018 Oracle and/or its affiliates. All rights reserved.