org.sfm.jdbc.impl.getter
public final class ArrayToListResultSetGetter<E> extends Object implements Getter<ResultSet,List<E>>
ArrayToListResultSetGetter(int column, Getter<ResultSet,E> elementGetter)
List<E>
get(ResultSet target)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ArrayToListResultSetGetter(int column, Getter<ResultSet,E> elementGetter)
public List<E> get(ResultSet target) throws Exception
get
Getter<ResultSet,List<E>>
Exception
public String toString()
toString
Object
Copyright © 2015. All rights reserved.