public 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 |
|---|---|
void |
readDescribeInput(PreparedStatementCallbackInterface preparedStatement) |
void |
readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) |
void |
readExecute(PreparedStatementCallbackInterface preparedStatement) |
void |
readExecuteCall(StatementCallbackInterface statement) |
void |
readExecuteImmediate(StatementCallbackInterface statement) |
void |
readOpenQuery(StatementCallbackInterface statement) |
void |
readPrepare(StatementCallbackInterface statement) |
void |
readPrepareDescribeOutput(StatementCallbackInterface statement) |
void |
readSetSpecialRegister(StatementCallbackInterface statement) |
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStartprivate StatementReplyInterface materialStatementReply_
StatementReply(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
public void readPrepareDescribeOutput(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readExecuteImmediate(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readOpenQuery(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readExecute(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionpublic void readPrepare(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionpublic void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionpublic void readExecuteCall(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readSetSpecialRegister(StatementCallbackInterface statement) throws SqlException
SqlExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.