java.io.Closeable
, java.io.Flushable
, java.lang.Appendable
, java.lang.AutoCloseable
class ClobWriter
extends java.io.Writer
Modifier and Type | Field | Description |
---|---|---|
private ClientClob |
clob_ |
|
private long |
offset_ |
Constructor | Description |
---|---|
ClobWriter(ClientClob clob,
long offset) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
void |
flush() |
|
private void |
updateClob(java.lang.StringBuffer sb) |
|
void |
write(char[] cbuf,
int off,
int len) |
|
void |
write(int c) |
|
void |
write(java.lang.String str) |
|
void |
write(java.lang.String str,
int off,
int len) |
private final ClientClob clob_
private long offset_
ClobWriter(ClientClob clob, long offset) throws SqlException
SqlException
public void write(int c)
write
in class java.io.Writer
public void write(char[] cbuf, int off, int len)
write
in class java.io.Writer
public void write(java.lang.String str)
write
in class java.io.Writer
public void write(java.lang.String str, int off, int len)
write
in class java.io.Writer
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.Writer
public void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
close
in class java.io.Writer
java.io.IOException
private void updateClob(java.lang.StringBuffer sb)
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.