Package org.hotrod.dynamicsql
Class MapRowReader
- java.lang.Object
-
- org.hotrod.dynamicsql.MapRowReader
-
-
Constructor Summary
Constructors Constructor Description MapRowReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowreadRowFrom(ResultSet rs, Connection conn)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hotrod.dynamicsql.RowReader
discoverColumns
-
-
-
-
Method Detail
-
readRowFrom
public Row readRowFrom(ResultSet rs, Connection conn) throws SQLException
- Specified by:
readRowFromin interfaceRowReader<Row>- Throws:
SQLException
-
-