public final class FieldSetResultSetExtractor extends Object
Modifier and Type | Method and Description |
---|---|
static org.springframework.batch.item.file.transform.FieldSet |
getFieldSet(ResultSet rs)
Processes single row in ResultSet and returns its FieldSet representation.
|
public static org.springframework.batch.item.file.transform.FieldSet getFieldSet(ResultSet rs) throws SQLException
rs
- ResultSet ResultSet to extract data from.SQLException
- thrown during processingCopyright © 2014. All Rights Reserved.