T - the generic typepublic interface ResultSetWriter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
write(ResultSet rs)
Write the provided ResultSet.
|
T write(ResultSet rs) throws SQLException
rs - the rsSQLException - the SQL exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.