Package org.apache.derby.client.net
Interface ResultSetRequestInterface
- All Known Implementing Classes:
NetResultSetRequest
,NetXAConnectionRequest
interface ResultSetRequestInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
writeFetch
- 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
- Throws:
SqlException
-