API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. Wrapper View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Wrapper
Subinterfaces
Description
public interface Wrapper
  Interface for JDBC classes which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.
See also:   
Methods
Hide/Show inherited methods
public boolean isWrapperFor (Class<Object> iface) throws SQLException
  Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does.
public T unwrap (Class< T> iface) throws SQLException
  Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar