org.tentackle.appworx.rmi
Class QbfCursorResult
java.lang.Object
org.tentackle.appworx.rmi.QbfCursorResult
- All Implemented Interfaces:
- Serializable
public class QbfCursorResult
- extends Object
- implements Serializable
Result object from a remote qbf query.
Allows access to the optional estimatedRowCount without an extra roundtrip.
- Author:
- harald
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cursor
public RemoteDbCursor cursor
estimatedRowCount
public int estimatedRowCount
QbfCursorResult
public QbfCursorResult(RemoteDbCursor cursor,
int estimatedRowCount)
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de