StatementReply
class 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
SqlException
void readLocalCommit(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalRollback(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalXAStart(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalXACommit(ConnectionCallbackInterface connection) throws SqlException
SqlException
void readLocalXARollback(ConnectionCallbackInterface connection) throws SqlException
SqlException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.