public final class ArrayResultSetGetter<E> extends Object implements Getter<ResultSet,E[]>
ArrayResultSetGetter(int column, Class<E> elementType, Getter<ResultSet,E> elementGetter)
E[]
get(ResultSet target)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ArrayResultSetGetter(int column, Class<E> elementType, Getter<ResultSet,E> elementGetter)
public E[] get(ResultSet target) throws Exception
get
Getter<ResultSet,E[]>
Exception
public String toString()
toString
Object
Copyright © 2015. All rights reserved.