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 <T> T getObject(int columnIndex,
Class<T> type)
throws SQLException
SQLExceptionpublic <T> T getObject(String columnLabel, Class<T> type) throws SQLException
SQLExceptionCopyright © 2013. All Rights Reserved.