Package org.apache.derby.client.net
Interface StatementReplyInterface
-
- All Known Implementing Classes:
NetResultSetReply,NetStatementReply,NetXAConnectionReply
interface StatementReplyInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadDescribeInput(PreparedStatementCallbackInterface preparedStatement)voidreadDescribeOutput(PreparedStatementCallbackInterface preparedStatement)voidreadExecute(PreparedStatementCallbackInterface preparedStatement)voidreadExecuteCall(StatementCallbackInterface statement)voidreadExecuteImmediate(StatementCallbackInterface statement)voidreadOpenQuery(StatementCallbackInterface statement)voidreadPrepare(StatementCallbackInterface statement)voidreadPrepareDescribeOutput(StatementCallbackInterface statement)voidreadSetSpecialRegister(StatementCallbackInterface statement)
-
-
-
Method Detail
-
readPrepareDescribeOutput
void readPrepareDescribeOutput(StatementCallbackInterface statement) throws DisconnectException
- Throws:
DisconnectException
-
readExecuteImmediate
void readExecuteImmediate(StatementCallbackInterface statement) throws DisconnectException
- Throws:
DisconnectException
-
readOpenQuery
void readOpenQuery(StatementCallbackInterface statement) throws DisconnectException
- Throws:
DisconnectException
-
readExecute
void readExecute(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
- Throws:
DisconnectException
-
readPrepare
void readPrepare(StatementCallbackInterface statement) throws DisconnectException
- Throws:
DisconnectException
-
readDescribeInput
void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
- Throws:
DisconnectException
-
readDescribeOutput
void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
- Throws:
DisconnectException
-
readExecuteCall
void readExecuteCall(StatementCallbackInterface statement) throws DisconnectException
- Throws:
DisconnectException
-
readSetSpecialRegister
void readSetSpecialRegister(StatementCallbackInterface statement) throws DisconnectException
- Throws:
DisconnectException
-
-