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 |
readStatementID(StatementCallbackInterface statement) |
void readPrepareDescribeOutput(StatementCallbackInterface statement) throws DisconnectException
DisconnectExceptionvoid readStatementID(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
DisconnectExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.