public class RowViewImpl extends RowView
| Constructor and Description |
|---|
RowViewImpl(ResultSet rs,
StatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
Object |
getRow(Type type)
Use a row mapper to extract a type from the current ResultSet row.
|
public RowViewImpl(ResultSet rs, StatementContext ctx)
public <T> T getColumn(int column,
QualifiedType<T> type)
public <T> T getColumn(String column, QualifiedType<T> type)
Copyright © 2019. All rights reserved.