Interface ResultSetRequestInterface
- All Known Implementing Classes:
NetResultSetRequest, NetXAConnectionRequest
interface ResultSetRequestInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteCursorClose(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 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
-