Package org.apache.derby.client.net
Interface ResultSetReplyInterface
- All Known Implementing Classes:
NetResultSetReply
,NetXAConnectionReply
interface ResultSetReplyInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readCursorClose
(ResultSetCallbackInterface resultSet) void
readFetch
(ResultSetCallbackInterface resultSet) void
readPositioningFetch
(ResultSetCallbackInterface resultSet) void
readScrollableFetch
(ResultSetCallbackInterface resultSet)
-
Method Details
-
readFetch
- Throws:
DisconnectException
-
readScrollableFetch
- Throws:
DisconnectException
-
readPositioningFetch
- Throws:
DisconnectException
-
readCursorClose
- Throws:
DisconnectException
-