public abstract class RefCursor
extends java.lang.Object
implements java.lang.AutoCloseable
Reftable.| Constructor and Description |
|---|
RefCursor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract Ref |
getRef()
Get reference at the current position.
|
abstract long |
getUpdateIndex()
Get updateIndex that last modified the current reference.
|
abstract boolean |
next()
Check if another reference is available.
|
boolean |
wasDeleted()
Whether the current reference was deleted.
|
public abstract boolean next()
throws java.io.IOException
true if there is another result.java.io.IOException - references cannot be read.public abstract Ref getRef()
public abstract long getUpdateIndex()
public boolean wasDeleted()
true if the current reference was deleted.public abstract void close()
close in interface java.lang.AutoCloseable