Class ShortWriter

All Implemented Interfaces:
ResultWriter

public class ShortWriter
extends AbstractResultWriter
Database-independent writer implementation that writes short values from a result set. This writer use ResultSet.getShort(int) to read data from the result set and Short.toString(short) to format the value.
Since:
3.1
Author:
Nicklas
Last modified
$Date: 2011-11-30 11:58:08 +0100 (on, 30 nov 2011) $