org.apache.derby.client.net
Interface ResultSetReplyInterface
- All Known Implementing Classes:
- NetResultSetReply, NetXAConnectionReply
public interface ResultSetReplyInterface
readFetch
void readFetch(ResultSetCallbackInterface resultSet)
throws DisconnectException
- Throws:
DisconnectException
readScrollableFetch
void readScrollableFetch(ResultSetCallbackInterface resultSet)
throws DisconnectException
- Throws:
DisconnectException
readPositioningFetch
void readPositioningFetch(ResultSetCallbackInterface resultSet)
throws DisconnectException
- Throws:
DisconnectException
readCursorClose
void readCursorClose(ResultSetCallbackInterface resultSet)
throws DisconnectException
- Throws:
DisconnectException
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.