Package org.apache.derby.client.am
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
public void write(int c) -
write
public void write(char[] cbuf, int off, int len) -
write
-
write
-
flush
public void flush() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
updateClob
-