unwrap
recursively on the wrapped object or a proxy for that result. If the receiver is not a wrapper and does not implement the interface, then an SQLException
is thrown.
@param < T> the type of the class modeled by this Class object
@param iface A Class defining an interface that the result must implement.
@return an object that implements the interface. May be a proxy for the actual implementing object.
@throws java.sql.SQLException If no object found that implements the interface
@since 1.6
|
|