public abstract class JDBC41ResultSet extends Object
ResultSet
.
Extend this type if you want to compile ResultSet
implementations on
both JDBC 4.0 (JDK 6) and 4.1 (JDK 7).
Constructor and Description |
---|
JDBC41ResultSet() |
public final <T> T getObject(int columnIndex, Class<T> type) throws SQLException
SQLException
public final <T> T getObject(String columnLabel, Class<T> type) throws SQLException
SQLException
Copyright © 2014. All Rights Reserved.