Class AbstractResultRow


  • public abstract class AbstractResultRow
    extends Object
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Constructor Detail

      • AbstractResultRow

        public AbstractResultRow​(org.slf4j.Logger log,
                                 net.sf.jkniv.sqlegance.logger.DataMasking masking)
    • Method Detail

      • getValueOf

        public <R> Object getValueOf​(JdbcColumn<R> column,
                                     R rs)
                              throws SQLException
        Type Parameters:
        R - ResultSet implementation, that contains the rows of database
        Parameters:
        column - metadata
        rs - ResultSet instance
        Returns:
        The value of column
        Throws:
        SQLException - if
      • setValueOf

        public <T,​R> void setValueOf​(net.sf.jkniv.reflect.beans.ObjectProxy<T> proxy,
                                           JdbcColumn<R> column,
                                           R rs)
                                    throws SQLException
        Throws:
        SQLException