|
3.2.4: 2013-12-06 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultWriter
Interface for quick writing of data from a JDBC result set to a
writer. Implementations need to know at construction time the
ResultSet
to read from, which column index (or indexes)
to use and the Writer
to write to.
ResultWriterFactory
Method Summary | |
---|---|
void |
write()
Write the current data. |
Method Detail |
---|
void write() throws SQLException, IOException
SQLException
IOException
|
3.2.4: 2013-12-06 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |