public class StringRowFormatter extends Object implements RowFormatter<String>
| Constructor and Description |
|---|
StringRowFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
write(List<ColumnDescriptor> columnDescriptors,
ResultSetMetaData resultSetMetaData,
ResultSet resultSet)
Write formatted row.
|
public String write(List<ColumnDescriptor> columnDescriptors, ResultSetMetaData resultSetMetaData, ResultSet resultSet) throws SQLException
RowFormatterwrite in interface RowFormatter<String>columnDescriptors - the column descriptorsresultSetMetaData - the result set meta dataresultSet - the result setSQLException - the SQL exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.