Package org.apache.derby.client.net
Interface ResultSetRequestInterface
-
- All Known Implementing Classes:
NetResultSetRequest,NetXAConnectionRequest
interface ResultSetRequestInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteCursorClose(NetResultSet resultSet, Section section)voidwriteFetch(NetResultSet resultSet, Section section, int fetchSize)voidwritePositioningFetch(NetResultSet resultSet, Section section, int orientation, long rowToFetch)voidwriteScrollableFetch(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
-
-