Class RowView

java.lang.Object
org.jdbi.v3.core.result.RowView

public abstract class RowView extends Object
A RowView is an accessor for ResultSet that uses RowMapper or ColumnMapper to extract values. It is not valid outside the scope of the method that receives it.