Package net.sf.basedb.core.migrate
Class FloatWriter
java.lang.Object
net.sf.basedb.core.migrate.AbstractResultWriter
net.sf.basedb.core.migrate.FloatWriter
- All Implemented Interfaces:
ResultWriter
Database-independent writer implementation that writes double
values from a result set. This writer use
ResultSet.getFloat(int)
to read data from the result set
and Float.toString(float)
to format the value.- Since:
- 3.1
- Author:
- Nicklas
- Last modified
- $Date$
-
Field Summary
Fields inherited from class net.sf.basedb.core.migrate.AbstractResultWriter
index, NULL_ESCAPE, rs, writer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FloatWriter
-
-
Method Details
-
write
Description copied from interface:ResultWriter
Write the current data.- Throws:
SQLException
IOException
-