public interface StatementReplyInterface
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
readPrepareDescribeOutput(StatementCallbackInterface statement) |
void |
readSetSpecialRegister(StatementCallbackInterface statement) |
void readPrepareDescribeOutput(StatementCallbackInterface statement) throws DisconnectException
DisconnectExceptionvoid readExecuteImmediate(StatementCallbackInterface statement) throws DisconnectException
DisconnectExceptionvoid readOpenQuery(StatementCallbackInterface statement) throws DisconnectException
DisconnectExceptionvoid readExecute(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
DisconnectExceptionvoid readPrepare(StatementCallbackInterface statement) throws DisconnectException
DisconnectExceptionvoid readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
DisconnectExceptionvoid readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
DisconnectExceptionvoid readExecuteCall(StatementCallbackInterface statement) throws DisconnectException
DisconnectExceptionvoid readSetSpecialRegister(StatementCallbackInterface statement) throws DisconnectException
DisconnectExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.