public interface ReadAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
closeForRead()
Closes the resource.
|
boolean |
openForRead()
Opens the resource for reading.
|
OneRow |
readNextObject()
Reads the next object.
|
boolean openForRead()
throws java.lang.Exception
java.lang.Exception - if opening the resource failedOneRow readNextObject() throws java.lang.Exception
java.lang.Exception - if reading from the resource failedvoid closeForRead()
throws java.lang.Exception
java.lang.Exception - if closing the resource failed