|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.client.net.ConnectionReply
org.apache.derby.client.net.StatementReply
org.apache.derby.client.net.ResultSetReply
public class ResultSetReply
| Field Summary | |
|---|---|
private ResultSetReplyInterface |
materialResultSetReply_
|
| Fields inherited from class org.apache.derby.client.net.ConnectionReply |
|---|
agent_ |
| Constructor Summary | |
|---|---|
ResultSetReply(Agent agent,
ResultSetReplyInterface materialResultSetReply,
StatementReplyInterface materialStatementReply,
ConnectionReplyInterface materialConnectionReply)
|
|
| Method Summary | |
|---|---|
void |
readCursorClose(ResultSetCallbackInterface resultSet)
|
void |
readFetch(ResultSetCallbackInterface resultSet)
|
void |
readPositioningFetch(ResultSetCallbackInterface resultSet)
|
void |
readScrollableFetch(ResultSetCallbackInterface resultSet)
|
| Methods inherited from class org.apache.derby.client.net.StatementReply |
|---|
readDescribeInput, readDescribeOutput, readExecute, readExecuteCall, readExecuteImmediate, readOpenQuery, readPrepare, readPrepareDescribeOutput, readSetSpecialRegister |
| Methods inherited from class org.apache.derby.client.net.ConnectionReply |
|---|
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStart |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ResultSetReplyInterface materialResultSetReply_
| Constructor Detail |
|---|
public ResultSetReply(Agent agent,
ResultSetReplyInterface materialResultSetReply,
StatementReplyInterface materialStatementReply,
ConnectionReplyInterface materialConnectionReply)
| Method Detail |
|---|
public void readFetch(ResultSetCallbackInterface resultSet)
throws SqlException
SqlException
public void readScrollableFetch(ResultSetCallbackInterface resultSet)
throws SqlException
SqlException
public void readPositioningFetch(ResultSetCallbackInterface resultSet)
throws SqlException
SqlException
public void readCursorClose(ResultSetCallbackInterface resultSet)
throws SqlException
SqlException
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||