org.apache.derby.client.net
Interface ResultSetRequestInterface

All Known Implementing Classes:
NetResultSetRequest, NetXAConnectionRequest

public interface ResultSetRequestInterface


Method Summary
 void writeCursorClose(NetResultSet resultSet, Section section)
           
 void writeFetch(NetResultSet resultSet, Section section, int fetchSize)
           
 void writePositioningFetch(NetResultSet resultSet, Section section, int orientation, long rowToFetch)
           
 void writeScrollableFetch(NetResultSet resultSet, Section section, int fetchSize, int orientation, long rowToFetch, boolean resetQueryBlocks)
           
 

Method Detail

writeFetch

void writeFetch(NetResultSet resultSet,
                Section section,
                int fetchSize)
                throws SqlException
Throws:
SqlException

writeScrollableFetch

void writeScrollableFetch(NetResultSet resultSet,
                          Section section,
                          int fetchSize,
                          int orientation,
                          long rowToFetch,
                          boolean resetQueryBlocks)
                          throws SqlException
Throws:
SqlException

writePositioningFetch

void writePositioningFetch(NetResultSet resultSet,
                           Section section,
                           int orientation,
                           long rowToFetch)
                           throws SqlException
Throws:
SqlException

writeCursorClose

void writeCursorClose(NetResultSet resultSet,
                      Section section)
                      throws SqlException
Throws:
SqlException

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.