public interface WriteAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
closeForWrite()
Closes the resource for write.
|
boolean |
openForWrite()
Opens the resource for write.
|
boolean |
writeNextObject(OneRow onerow)
Writes the next object.
|
boolean openForWrite()
throws java.lang.Exception
java.lang.Exception - if opening the resource failedboolean writeNextObject(OneRow onerow) throws java.lang.Exception
onerow - the object to be writtenjava.lang.Exception - writing to the resource failedvoid closeForWrite()
throws java.lang.Exception
java.lang.Exception - if closing the resource failed