Class ClobWriter

java.lang.Object
java.io.Writer
java.io.FilterWriter
org.frankframework.jdbc.ClobWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class ClobWriter extends FilterWriter
Wrapper around DBMS provided Writer for CLOB, that updates CLOB and ResultSet and closes them at writer.close().
Author:
Gerrit van Brakel