public class ByteArrayWriter extends AbstractResultWriter
Writer.write(int)
. This writer use
ResultSet.getBytes(int)
to read data from the result set.Modifier and Type | Field and Description |
---|---|
private char[][] |
ESCAPE |
index, NULL_ESCAPE, rs, writer
Constructor and Description |
---|
ByteArrayWriter(ResultSet rs,
int index,
Writer writer,
char[] nullEscape,
char[][] byteEscape) |
public void write() throws SQLException, IOException
ResultWriter
SQLException
IOException