public abstract class JDBC41ResultSet
extends java.lang.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() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | getObject(int columnIndex,
         java.lang.Class<T> type) | 
| <T> T | getObject(java.lang.String columnLabel,
         java.lang.Class<T> type) | 
public final <T> T getObject(int columnIndex,
                             java.lang.Class<T> type)
                      throws java.sql.SQLException
java.sql.SQLExceptionpublic final <T> T getObject(java.lang.String columnLabel,
                             java.lang.Class<T> type)
                      throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2014. All Rights Reserved.