org.xerial.db.sql
Class ColumnReader<T>
java.lang.Object
org.xerial.db.sql.ResultSetHandler<T>
org.xerial.db.sql.ColumnReader<T>
public class ColumnReader<T>
- extends ResultSetHandler<T>
convert a column in a ResultSet into the specified value
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnReader
public ColumnReader(String columnName)
handle
public T handle(ResultSet rs)
throws SQLException
- Specified by:
handle in class ResultSetHandler<T>
- Throws:
SQLException

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.