T - the generic typepublic interface RowFormatter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
write(List<ColumnDescriptor> columnDescriptors,
ResultSetMetaData resultSetMetaData,
ResultSet resultSet)
Write formatted row.
|
T write(List<ColumnDescriptor> columnDescriptors, ResultSetMetaData resultSetMetaData, ResultSet resultSet) throws SQLException
columnDescriptors - the column descriptorsresultSetMetaData - the result set meta dataresultSet - the result setSQLException - the SQL exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.