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 StatementReplyInterfacematerialStatementReply_-
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) 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) voidreadPrepareDescribeOutput(StatementCallbackInterface statement)(package private) voidreadSetSpecialRegister(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
-
-