public class PoemTransaction extends Transaction
index, mask, negMask| Constructor and Description |
|---|
PoemTransaction(Database database,
Connection connection,
int index)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close(boolean commit)
Close the transaction, committing or rolling back,
notifying the database that we are closed.
|
Database |
getDatabase() |
String |
toString()
The transaction index.
|
commit, getBlockedOn, rollback, writeDownpublic PoemTransaction(Database database, Connection connection, int index)
public final Database getDatabase()
public void close(boolean commit)
commit - whether to commit before closingpublic String toString()
toString in class TransactionTransaction.toString()Copyright © 2000–2021 PanEris. All rights reserved.