Package org.apache.derby.client.net
Class StatementReply
- java.lang.Object
-
- org.apache.derby.client.net.ConnectionReply
-
- org.apache.derby.client.net.StatementReply
-
- Direct Known Subclasses:
ResultSetReply
class StatementReply extends ConnectionReply
-
-
Field Summary
Fields Modifier and Type Field Description private StatementReplyInterface
materialStatementReply_
-
Fields inherited from class org.apache.derby.client.net.ConnectionReply
agent_
-
-
Constructor Summary
Constructors Constructor Description StatementReply(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
Methods inherited from class org.apache.derby.client.net.ConnectionReply
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStart
-
-
-
-
Field Detail
-
materialStatementReply_
private StatementReplyInterface materialStatementReply_
-
-
Constructor Detail
-
StatementReply
StatementReply(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
-
-
Method Detail
-
readPrepareDescribeOutput
void readPrepareDescribeOutput(StatementCallbackInterface statement) throws SqlException
- Throws:
SqlException
-
readExecuteImmediate
void readExecuteImmediate(StatementCallbackInterface statement) throws SqlException
- Throws:
SqlException
-
readOpenQuery
void readOpenQuery(StatementCallbackInterface statement) throws SqlException
- Throws:
SqlException
-
readExecute
void readExecute(PreparedStatementCallbackInterface preparedStatement) throws SqlException
- Throws:
SqlException
-
readPrepare
void readPrepare(StatementCallbackInterface statement) throws SqlException
- Throws:
SqlException
-
readDescribeInput
void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
- Throws:
SqlException
-
readDescribeOutput
void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
- Throws:
SqlException
-
readExecuteCall
void readExecuteCall(StatementCallbackInterface statement) throws SqlException
- Throws:
SqlException
-
readSetSpecialRegister
void readSetSpecialRegister(StatementCallbackInterface statement) throws SqlException
- Throws:
SqlException
-
-