StatementReplyclass ConnectionReply
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
(package private) Agent |
agent_ |
|
private ConnectionReplyInterface |
materialConnectionReply_ |
| Constructor | Description |
|---|---|
ConnectionReply(Agent agent,
ConnectionReplyInterface materialConnectionReply) |
| Modifier and Type | Method | Description |
|---|---|---|
(package private) void |
readCommitSubstitute(ConnectionCallbackInterface connection) |
|
(package private) void |
readLocalCommit(ConnectionCallbackInterface connection) |
|
(package private) void |
readLocalRollback(ConnectionCallbackInterface connection) |
|
(package private) void |
readLocalXACommit(ConnectionCallbackInterface connection) |
|
(package private) void |
readLocalXARollback(ConnectionCallbackInterface connection) |
|
(package private) void |
readLocalXAStart(ConnectionCallbackInterface connection) |
private ConnectionReplyInterface materialConnectionReply_
Agent agent_
ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
void readCommitSubstitute(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalCommit(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalRollback(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalXAStart(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalXACommit(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionvoid readLocalXARollback(ConnectionCallbackInterface connection) throws SqlException
SqlExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.