Interface AbstractGenericRowMapper.ColumnDataExtractor<R>

  • Enclosing class:
    AbstractGenericRowMapper<T>

    protected static interface AbstractGenericRowMapper.ColumnDataExtractor<R>
    Action to extract table column data.
    • Method Detail

      • perform

        R perform​(java.lang.String colName)
           throws java.sql.SQLException
        Throws:
        java.sql.SQLException