public class IntegerWriter extends AbstractResultWriter
ResultSet.getInt(int)
to read data from the result set
and Integer.toString(int)
to format the value.index, NULL_ESCAPE, rs, writer
Constructor and Description |
---|
IntegerWriter(ResultSet rs,
int index,
Writer writer,
char[] nullEscape) |
public void write() throws SQLException, IOException
ResultWriter
SQLException
IOException