Class ConnectionReply
java.lang.Object
org.apache.derby.client.net.ConnectionReply
- Direct Known Subclasses:
StatementReply
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply) -
Method Summary
Modifier and TypeMethodDescription(package private) voidreadCommitSubstitute(ConnectionCallbackInterface connection) (package private) voidreadLocalCommit(ConnectionCallbackInterface connection) (package private) voidreadLocalRollback(ConnectionCallbackInterface connection) (package private) voidreadLocalXACommit(ConnectionCallbackInterface connection) (package private) voidreadLocalXARollback(ConnectionCallbackInterface connection) (package private) voidreadLocalXAStart(ConnectionCallbackInterface connection)
-
Field Details
-
materialConnectionReply_
-
agent_
Agent agent_
-
-
Constructor Details
-
ConnectionReply
ConnectionReply(Agent agent, ConnectionReplyInterface materialConnectionReply)
-
-
Method Details
-
readCommitSubstitute
- Throws:
SqlException
-
readLocalCommit
- Throws:
SqlException
-
readLocalRollback
- Throws:
SqlException
-
readLocalXAStart
- Throws:
SqlException
-
readLocalXACommit
- Throws:
SqlException
-
readLocalXARollback
- Throws:
SqlException
-