org.tentackle.appworx.rmi
Class QbfCursorResult

java.lang.Object
  extended by 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

Field Summary
 RemoteDbCursor cursor
           
 int estimatedRowCount
           
 
Constructor Summary
QbfCursorResult(RemoteDbCursor cursor, int estimatedRowCount)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

public RemoteDbCursor cursor

estimatedRowCount

public int estimatedRowCount
Constructor Detail

QbfCursorResult

public QbfCursorResult(RemoteDbCursor cursor,
                       int estimatedRowCount)


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de