- java.lang.Object
-
- java.io.Writer
-
- org.apache.derby.client.am.ClobWriter
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private Clob |
clob_ |
private long |
offset_ |
-
Fields inherited from class java.io.Writer
lock
-
Method Summary
Methods
Modifier and Type |
Method and 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) |
-
Methods inherited from class java.io.Writer
append, append, append, write
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
offset_
private long offset_
-
Constructor Detail
-
ClobWriter
public ClobWriter()
-
Method Detail
-
write
public void write(int c)
- Overrides:
write
in class java.io.Writer
-
flush
public void flush()
- Specified by:
flush
in interface java.io.Flushable
- Specified by:
flush
in class java.io.Writer
Built on Sat 2014-04-26 23:19:33+0000, from revision ???
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.