public class TransactionHandlerSDB extends Object implements TransactionHandler
| Constructor and Description |
|---|
TransactionHandlerSDB(SDBConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
abortFinally() |
void |
abortSilent() |
void |
begin() |
void |
commit() |
Object |
executeInTransaction(Command c) |
boolean |
transactionsSupported() |
public TransactionHandlerSDB(SDBConnection connection)
public boolean transactionsSupported()
transactionsSupported in interface TransactionHandlerpublic void begin()
begin in interface TransactionHandlerpublic void commit()
commit in interface TransactionHandlerpublic void abort()
abort in interface TransactionHandlerpublic void abortFinally()
public void abortSilent()
public Object executeInTransaction(Command c)
executeInTransaction in interface TransactionHandlerLicenced under the Apache License, Version 2.0