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 |
---|---|
(package private) void |
readCursorClose(ResultSetCallbackInterface resultSet) |
(package private) void |
readFetch(ResultSetCallbackInterface resultSet) |
void |
readPositioningFetch(ResultSetCallbackInterface resultSet) |
(package private) void |
readScrollableFetch(ResultSetCallbackInterface resultSet) |
readDescribeInput, readDescribeOutput, readExecute, readExecuteCall, readExecuteImmediate, readOpenQuery, readPrepare, readPrepareDescribeOutput, readSetSpecialRegister
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStart
private ResultSetReplyInterface materialResultSetReply_
ResultSetReply(Agent agent, ResultSetReplyInterface materialResultSetReply, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
void readFetch(ResultSetCallbackInterface resultSet) throws SqlException
SqlException
void readScrollableFetch(ResultSetCallbackInterface resultSet) throws SqlException
SqlException
public void readPositioningFetch(ResultSetCallbackInterface resultSet) throws SqlException
SqlException
void readCursorClose(ResultSetCallbackInterface resultSet) throws SqlException
SqlException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.