public class ResultSetReply extends StatementReply
| Modifier and Type | Field and Description |
|---|---|
private ResultSetReplyInterface |
materialResultSetReply_ |
agent_| 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, readSetSpecialRegisterreadCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStartprivate ResultSetReplyInterface materialResultSetReply_
public 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
SqlExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.