Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.firebirdsql.jdbc.InternalTransactionCoordinator
public class InternalTransactionCoordinator
extends java.lang.Object
org.firebirdsql.jdbc.FBConnection
class.
Nested Class Summary | |
static class | |
static class | |
static class | |
static class | |
static class |
Constructor Summary | |
Method Summary | |
void |
|
void | |
void | |
void | |
void |
|
AbstractConnection | |
Object | |
void |
|
void | |
void | |
void | |
void |
|
public InternalTransactionCoordinator()
public InternalTransactionCoordinator(InternalTransactionCoordinator.AbstractTransactionCoordinator coordinator)
public void commit() throws SQLException
public void ensureTransaction() throws SQLException
public void executionCompleted(FirebirdBlob blob) throws SQLException
- Specified by:
- executionCompleted in interface FBObjectListener.BlobListener
public void executionStarted(AbstractStatement stmt) throws SQLException
- Specified by:
- executionStarted in interface FBObjectListener.StatementListener
public void executionStarted(FirebirdBlob blob) throws SQLException
- Specified by:
- executionStarted in interface FBObjectListener.BlobListener
public AbstractConnection getConnection() throws SQLException
- Specified by:
- getConnection in interface FBObjectListener.StatementListener
public Object getSynchronizationObject() throws SQLException
- Specified by:
- getSynchronizationObject in interface Synchronizable
public void rollback() throws SQLException
public void setCoordinator(InternalTransactionCoordinator.AbstractTransactionCoordinator coordinator) throws SQLException
public void statementClosed(AbstractStatement stmt) throws SQLException
- Specified by:
- statementClosed in interface FBObjectListener.StatementListener
public void statementCompleted(AbstractStatement stmt) throws SQLException
- Specified by:
- statementCompleted in interface FBObjectListener.StatementListener
public void statementCompleted(AbstractStatement stmt, boolean success) throws SQLException
- Specified by:
- statementCompleted in interface FBObjectListener.StatementListener