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 TransactionHandler
public void begin()
begin
in interface TransactionHandler
public void commit()
commit
in interface TransactionHandler
public void abort()
abort
in interface TransactionHandler
public void abortFinally()
public void abortSilent()
public Object executeInTransaction(Command c)
executeInTransaction
in interface TransactionHandler
Licenced under the Apache License, Version 2.0