|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.toplink.queryframework.Cursor
Purpose: Abstract class for CursoredStream and ScrolableCursor
| Field Summary | |
CursorPolicy |
policy
Object-level read query that initialize the stream. |
| Method Summary | |
void |
close()
PUBLIC: Closes the stream. |
boolean |
isClosed()
PUBLIC: Return if the stream is closed. |
int |
size()
PUBLIC: Retreive the size of the open cursor by executing a count on the same query as the cursor. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Enumeration |
hasMoreElements, nextElement |
| Field Detail |
public transient CursorPolicy policy
| Method Detail |
public void close()
throws DatabaseException
DatabaseExceptionpublic boolean isClosed()
public int size()
throws DatabaseException
DatabaseException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||