Package org.apache.derby.client.net
Interface ConnectionRequestInterface
- All Known Implementing Classes:
NetConnectionRequest
,NetPackageRequest
,NetResultSetRequest
,NetStatementRequest
,NetXAConnectionRequest
interface ConnectionRequestInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeCommitSubstitute
(NetConnection connection) void
writeLocalCommit
(NetConnection connection) void
writeLocalRollback
(NetConnection connection) void
writeLocalXACommit
(NetConnection connection) void
writeLocalXARollback
(NetConnection connection) void
writeLocalXAStart
(NetConnection connection)
-
Method Details
-
writeCommitSubstitute
- Throws:
SqlException
-
writeLocalCommit
- Throws:
SqlException
-
writeLocalRollback
- Throws:
SqlException
-
writeLocalXAStart
- Throws:
SqlException
-
writeLocalXACommit
- Throws:
SqlException
-
writeLocalXARollback
- Throws:
SqlException
-