Interface StatementReplyInterface
- All Known Implementing Classes:
NetResultSetReply, NetStatementReply, NetXAConnectionReply
interface StatementReplyInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadDescribeInput(PreparedStatementCallbackInterface preparedStatement) voidreadDescribeOutput(PreparedStatementCallbackInterface preparedStatement) voidreadExecute(PreparedStatementCallbackInterface preparedStatement) voidreadExecuteCall(StatementCallbackInterface statement) voidreadExecuteImmediate(StatementCallbackInterface statement) voidreadOpenQuery(StatementCallbackInterface statement) voidreadPrepare(StatementCallbackInterface statement) voidvoidreadSetSpecialRegister(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
-