|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> raw >> [ xact overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.derby.iapi.store.raw.xact.TransactionId
| Uses of TransactionId in org.apache.derby.iapi.store.raw.xact |
| Methods in org.apache.derby.iapi.store.raw.xact that return TransactionId | |
abstract TransactionId |
RawTransaction.getId()
Get the shortId of this transaction. |
| Methods in org.apache.derby.iapi.store.raw.xact with parameters of type TransactionId | |
boolean |
TransactionFactory.findTransaction(TransactionId id,
RawTransaction tran)
Find a transaction using a transactionId and make the passed in transaction assume the identity and properties of that transaction. |
abstract void |
RawTransaction.setTransactionId(org.apache.derby.iapi.store.raw.GlobalTransactionId id,
TransactionId shortId)
Set the transaction Ids (Global and internal) of this transaction |
abstract void |
RawTransaction.setTransactionId(org.apache.derby.iapi.store.raw.Loggable beginXact,
TransactionId shortId)
Set the transactionId (Global and internal) of this transaction using a log record that contains the Global id |
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> raw >> [ xact overview ] | PREV NEXT | ||||||||