public abstract class AbstractResultRow extends Object
Constructor and Description |
---|
AbstractResultRow(org.slf4j.Logger log,
DataMasking masking) |
Modifier and Type | Method and Description |
---|---|
<R> Object |
getValueOf(JdbcColumn<R> column,
R rs) |
<T,R> void |
setValueOf(ObjectProxy<T> proxy,
JdbcColumn<R> column,
R rs) |
public AbstractResultRow(org.slf4j.Logger log, DataMasking masking)
public <R> Object getValueOf(JdbcColumn<R> column, R rs) throws SQLException
R
- ResultSet
implementation, that contains the rows of databasecolumn
- metadatars
- ResultSet
instanceSQLException
- ifpublic <T,R> void setValueOf(ObjectProxy<T> proxy, JdbcColumn<R> column, R rs) throws SQLException
SQLException
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.