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