|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.queryframework.Cursor
public abstract class Cursor
Purpose: Abstract class for CursoredStream and ScrolableCursor
| Field Summary | |
|---|---|
CursorPolicy |
policy
Object-level read query that initialize the stream. |
| Method Summary | |
|---|---|
void |
close()
Closes the stream. |
boolean |
isClosed()
Return if the stream is closed. |
int |
size()
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
Cursor
| 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 | ||||||||