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