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
-
Field Summary
FieldsFields inherited from class org.apache.derby.client.net.ConnectionReply
agent_
-
Constructor Summary
ConstructorsConstructorDescriptionStatementReply
(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply) -
Method Summary
Modifier and TypeMethodDescription(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
(package private) void
readSetSpecialRegister
(StatementCallbackInterface statement) Methods inherited from class org.apache.derby.client.net.ConnectionReply
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStart
-
Field Details
-
materialStatementReply_
-
-
Constructor Details
-
StatementReply
StatementReply(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
-
-
Method Details
-
readPrepareDescribeOutput
- Throws:
SqlException
-
readExecuteImmediate
- Throws:
SqlException
-
readOpenQuery
- Throws:
SqlException
-
readExecute
- Throws:
SqlException
-
readPrepare
- Throws:
SqlException
-
readDescribeInput
- Throws:
SqlException
-
readDescribeOutput
- Throws:
SqlException
-
readExecuteCall
- Throws:
SqlException
-
readSetSpecialRegister
- Throws:
SqlException
-