Package net.sf.basedb.core.migrate
Class TimestampWriter
- java.lang.Object
-
- net.sf.basedb.core.migrate.AbstractResultWriter
-
- net.sf.basedb.core.migrate.TimestampWriter
-
- All Implemented Interfaces:
ResultWriter
public class TimestampWriter extends AbstractResultWriter
Generic writer implementation that writes timestamp values from a result set. This writer useResultSet.getTimestamp(int)
to read data from the result set and theDateFormat.format(java.util.Date)
to format the value.- Since:
- 3.1
- Author:
- Nicklas
- Last modified
- $Date: 2011-11-30 11:58:08 +0100 (on, 30 nov 2011) $
-
-
Field Summary
Fields Modifier and Type Field Description private DateFormat
dateFormat
-
Fields inherited from class net.sf.basedb.core.migrate.AbstractResultWriter
index, NULL_ESCAPE, rs, writer
-
-
Constructor Summary
Constructors Constructor Description TimestampWriter(ResultSet rs, int index, Writer writer, char[] nullEscape, DateFormat dateFormat)
-
-
-
Field Detail
-
dateFormat
private final DateFormat dateFormat
-
-
Constructor Detail
-
TimestampWriter
public TimestampWriter(ResultSet rs, int index, Writer writer, char[] nullEscape, DateFormat dateFormat)
-
-
Method Detail
-
write
public void write() throws SQLException, IOException
Description copied from interface:ResultWriter
Write the current data.- Throws:
SQLException
IOException
-
-