Package org.jdbi.v3.core.result.internal
Class RowViewImpl
java.lang.Object
org.jdbi.v3.core.result.RowView
org.jdbi.v3.core.result.internal.RowViewImpl
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> TgetColumn(int column, QualifiedType<T> type) Use a qualified column mapper to extract a type from the current ResultSet row.<T> TgetColumn(String column, QualifiedType<T> type) Use a qualified column mapper to extract a type from the current ResultSet row.Use a row mapper to extract a type from the current ResultSet row. 
- 
Constructor Details
- 
RowViewImpl
 
 - 
 - 
Method Details
- 
getRow
Use a row mapper to extract a type from the current ResultSet row. - 
getColumn
Use a qualified column mapper to extract a type from the current ResultSet row. - 
getColumn
Use a qualified column mapper to extract a type from the current ResultSet row. 
 -