class StatementReply extends ConnectionReply
| Modifier and Type | Field and Description |
|---|---|
private StatementReplyInterface |
materialStatementReply_ |
agent_| Constructor and Description |
|---|
StatementReply(Agent agent,
StatementReplyInterface materialStatementReply,
ConnectionReplyInterface materialConnectionReply) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
readDescribeInput(PreparedStatementCallbackInterface preparedStatement) |
(package private) void |
readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) |
(package private) void |
readExecute(PreparedStatementCallbackInterface preparedStatement) |
(package private) void |
readExecuteCall(StatementCallbackInterface statement) |
(package private) void |
readExecuteImmediate(StatementCallbackInterface statement) |
(package private) void |
readOpenQuery(StatementCallbackInterface statement) |
(package private) void |
readPrepare(StatementCallbackInterface statement) |
(package private) void |
readPrepareDescribeOutput(StatementCallbackInterface statement) |
(package private) void |
readSetSpecialRegister(StatementCallbackInterface statement) |
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStartprivate StatementReplyInterface materialStatementReply_
StatementReply(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
void readPrepareDescribeOutput(StatementCallbackInterface statement) throws SqlException
SqlExceptionvoid readExecuteImmediate(StatementCallbackInterface statement) throws SqlException
SqlExceptionvoid readOpenQuery(StatementCallbackInterface statement) throws SqlException
SqlExceptionvoid readExecute(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionvoid readPrepare(StatementCallbackInterface statement) throws SqlException
SqlExceptionvoid readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionvoid readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionvoid readExecuteCall(StatementCallbackInterface statement) throws SqlException
SqlExceptionvoid readSetSpecialRegister(StatementCallbackInterface statement) throws SqlException
SqlExceptionApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.