public class StatementReply extends ConnectionReply
| 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) |
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStartpublic void readPrepareDescribeOutput(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readStatementID(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readExecuteImmediate(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readOpenQuery(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readExecute(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionpublic void readPrepare(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionpublic void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws SqlException
SqlExceptionpublic void readExecuteCall(StatementCallbackInterface statement) throws SqlException
SqlExceptionpublic void readSetSpecialRegister(StatementCallbackInterface statement) throws SqlException
SqlExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.