Package com.github.ddth.dao.jdbc
Interface AbstractGenericRowMapper.ColumnDataExtractor<R>
-
- Enclosing class:
- AbstractGenericRowMapper<T>
protected static interface AbstractGenericRowMapper.ColumnDataExtractor<R>Action to extract table column data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rperform(java.lang.String colName)
-
-
-
Method Detail
-
perform
R perform(java.lang.String colName) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-