public class DbTransactionHandle extends Object implements Serializable
DbTransaction.
Handles are only valid within a transaction.
| Constructor and Description |
|---|
DbTransactionHandle(long txId,
int handle)
Creates a handle.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getHandle()
Gets the object handle.
|
long |
getTxId()
Gets the transaction id.
|
int |
hashCode() |
public DbTransactionHandle(long txId,
int handle)
txId - the transaction idhandle - the unique ID referencing this objectCopyright © 2016 Krake Softwaretechnik. All rights reserved.