public class ResultSetReply extends StatementReply
| Constructor and Description |
|---|
ResultSetReply(Agent agent,
ResultSetReplyInterface materialResultSetReply,
StatementReplyInterface materialStatementReply,
ConnectionReplyInterface materialConnectionReply) |
| Modifier and Type | Method and Description |
|---|---|
void |
readCursorClose(ResultSetCallbackInterface resultSet) |
void |
readFetch(ResultSetCallbackInterface resultSet) |
void |
readPositioningFetch(ResultSetCallbackInterface resultSet) |
void |
readScrollableFetch(ResultSetCallbackInterface resultSet) |
readDescribeInput, readDescribeOutput, readExecute, readExecuteCall, readExecuteImmediate, readOpenQuery, readPrepare, readPrepareDescribeOutput, readSetSpecialRegister, readStatementIDreadCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStartpublic ResultSetReply(Agent agent, ResultSetReplyInterface materialResultSetReply, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
public void readFetch(ResultSetCallbackInterface resultSet) throws SqlException
SqlExceptionpublic void readScrollableFetch(ResultSetCallbackInterface resultSet) throws SqlException
SqlExceptionpublic void readPositioningFetch(ResultSetCallbackInterface resultSet) throws SqlException
SqlExceptionpublic void readCursorClose(ResultSetCallbackInterface resultSet) throws SqlException
SqlExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.