クラス SingleColumnRowMapper<T>
- java.lang.Object
-
- com.github.mygreen.sqlmapper.core.mapper.SingleColumnRowMapper<T>
-
- すべての実装されたインタフェース:
org.springframework.jdbc.core.RowMapper<T>
public class SingleColumnRowMapper<T> extends Object implements org.springframework.jdbc.core.RowMapper<T>
1列しかないResultSetをマッピングします。- 作成者:
- T.TSUCHIE
-
-
メソッドの詳細
-
mapRow
public T mapRow(ResultSet rs, int rowNum) throws SQLException
- 定義:
mapRowインタフェース内org.springframework.jdbc.core.RowMapper<T>- 例外:
SQLException
-
-