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