Class ClobWriter
java.lang.Object
java.io.Writer
org.apache.derby.client.am.ClobWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
-
Field Details
-
clob_
-
offset_
private long offset_
-
-
Constructor Details
-
ClobWriter
ClobWriter(ClientClob clob, long offset) throws SqlException - Throws:
SqlException
-
-
Method Details
-
write
-
write
-
write
-
write
-
flush
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
updateClob
-