Package org.apache.derby.client.net
Interface StatementReplyInterface
- All Known Implementing Classes:
NetResultSetReply
,NetStatementReply
,NetXAConnectionReply
interface StatementReplyInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readDescribeInput
(PreparedStatementCallbackInterface preparedStatement) void
readDescribeOutput
(PreparedStatementCallbackInterface preparedStatement) void
readExecute
(PreparedStatementCallbackInterface preparedStatement) void
readExecuteCall
(StatementCallbackInterface statement) void
readExecuteImmediate
(StatementCallbackInterface statement) void
readOpenQuery
(StatementCallbackInterface statement) void
readPrepare
(StatementCallbackInterface statement) void
void
readSetSpecialRegister
(StatementCallbackInterface statement)
-
Method Details
-
readPrepareDescribeOutput
- Throws:
DisconnectException
-
readExecuteImmediate
- Throws:
DisconnectException
-
readOpenQuery
- Throws:
DisconnectException
-
readExecute
- Throws:
DisconnectException
-
readPrepare
- Throws:
DisconnectException
-
readDescribeInput
void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException - Throws:
DisconnectException
-
readDescribeOutput
void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException - Throws:
DisconnectException
-
readExecuteCall
- Throws:
DisconnectException
-
readSetSpecialRegister
- Throws:
DisconnectException
-