org.apache.derby.client.net
Class ResultSetReply
java.lang.Object
org.apache.derby.client.net.ConnectionReply
org.apache.derby.client.net.StatementReply
org.apache.derby.client.net.ResultSetReply
public class ResultSetReply
- extends StatementReply
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
materialResultSetReply_
private ResultSetReplyInterface materialResultSetReply_
ResultSetReply
public ResultSetReply(Agent agent,
ResultSetReplyInterface materialResultSetReply,
StatementReplyInterface materialStatementReply,
ConnectionReplyInterface materialConnectionReply)
readFetch
public void readFetch(ResultSetCallbackInterface resultSet)
throws SqlException
- Throws:
SqlException
readScrollableFetch
public void readScrollableFetch(ResultSetCallbackInterface resultSet)
throws SqlException
- Throws:
SqlException
readPositioningFetch
public void readPositioningFetch(ResultSetCallbackInterface resultSet)
throws SqlException
- Throws:
SqlException
readCursorClose
public void readCursorClose(ResultSetCallbackInterface resultSet)
throws SqlException
- Throws:
SqlException
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.