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 ConnectionReply
agent_ -
Constructor Summary
ConstructorsConstructorDescriptionStatementReply(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply) -
Method Summary
Modifier and TypeMethodDescription(package private) voidreadDescribeInput(PreparedStatementCallbackInterface preparedStatement) (package private) voidreadDescribeOutput(PreparedStatementCallbackInterface preparedStatement) (package private) voidreadExecute(PreparedStatementCallbackInterface preparedStatement) (package private) voidreadExecuteCall(StatementCallbackInterface statement) (package private) voidreadExecuteImmediate(StatementCallbackInterface statement) (package private) voidreadOpenQuery(StatementCallbackInterface statement) (package private) voidreadPrepare(StatementCallbackInterface statement) (package private) void(package private) voidreadSetSpecialRegister(StatementCallbackInterface statement) Methods inherited from class 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
-