NetResultSetRequest, NetXAConnectionRequestinterface ResultSetRequestInterface
| Modifier and Type | Method | Description |
|---|---|---|
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) |
void writeFetch(NetResultSet resultSet, Section section, int fetchSize) throws SqlException
SqlExceptionvoid writeScrollableFetch(NetResultSet resultSet, Section section, int fetchSize, int orientation, long rowToFetch, boolean resetQueryBlocks) throws SqlException
SqlExceptionvoid writePositioningFetch(NetResultSet resultSet, Section section, int orientation, long rowToFetch) throws SqlException
SqlExceptionvoid writeCursorClose(NetResultSet resultSet, Section section) throws SqlException
SqlExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.