Class ClobLocatorWriter

java.lang.Object
java.io.Writer
org.apache.derby.client.am.ClobLocatorWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

class ClobLocatorWriter extends Writer
An Writer that will use an locator to write the Clob value into the server.

This Writer implementation is pretty basic. No buffering of data is done. Hence, for efficiency #write(char[]) should be used instead of #write(int).