Package com.j_spaces.jdbc.driver
Class ClobWriter
java.lang.Object
java.io.Writer
com.j_spaces.jdbc.driver.ClobWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
This writer sub class is used with the Clob implementation. NOTE: this class does not handle
synchronization!
- Author:
- Michael Mitrani
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
Constructor Details
-
ClobWriter
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
write
Characters are inserted into the clob based on the position given of the clob. The emphasis is on insert rather than overwrite.- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-