public interface ResultTransformerFunction<E>
E apply(ResultSet row) throws SQLException
row
- the row to transform, should not be modifiedSQLException
- if a database error occurs when transforming the rowCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.