public abstract class AbstractResultWriter extends java.lang.Object implements ResultWriter
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected char[] |
NULL_ESCAPE |
protected java.sql.ResultSet |
rs |
protected java.io.Writer |
writer |
Modifier | Constructor and Description |
---|---|
protected |
AbstractResultWriter(java.sql.ResultSet rs,
int index,
java.io.Writer writer,
char[] nullEscape)
Creates a new writer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write