ResultSetReply
class StatementReply extends ConnectionReply
Modifier and Type | Field | Description |
---|---|---|
private StatementReplyInterface |
materialStatementReply_ |
agent_
Constructor | Description |
---|---|
StatementReply(Agent agent,
StatementReplyInterface materialStatementReply,
ConnectionReplyInterface materialConnectionReply) |
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.