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
-
Method Summary
Modifier and TypeMethodDescription<T> T
getColumn
(int column, QualifiedType<T> type) Use a qualified column mapper to extract a type from the current ResultSet row.<T> T
getColumn
(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.
-