| Package | Description |
|---|---|
| com.orientechnologies.orient.core.tx |
| Modifier and Type | Field and Description |
|---|---|
protected OTransaction.TXSTATUS |
OTransactionAbstract.status |
| Modifier and Type | Method and Description |
|---|---|
OTransaction.TXSTATUS |
OTransaction.getStatus() |
OTransaction.TXSTATUS |
OTransactionAbstract.getStatus() |
static OTransaction.TXSTATUS |
OTransaction.TXSTATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTransaction.TXSTATUS[] |
OTransaction.TXSTATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OTransactionOptimistic.setStatus(OTransaction.TXSTATUS iStatus) |
static void |
OTransactionInternal.setStatus(OTransactionAbstract iTx,
OTransaction.TXSTATUS iStatus) |
Copyright © 2009–2025 OrientDB. All rights reserved.