The SQLException method iterator is lacking a javadoc description.
Need to update all places where J2SE is used instead of Java SE in the jdbc javadocs
The signature for unwrap will be changed from
public Object unwrap(Class<?> inf) throws SQLException;
to:
public <T> T unwrap(Class<T> inf) throws SQLException;
Need to update all places where J2SE is used instead of Java SE in the jdbc javadocs
The signature for unwrap will be changed from
public Object unwrap(Class<?> inf) throws SQLException;
to:
public <T> T unwrap(Class<T> inf) throws SQLException;