Example usage for Java java.sql Wrapper fields, constructors, methods, implement or subclass
The text is from its open source code.
Class> | getClass() Returns the runtime class of this Object . |
boolean | isWrapperFor(java.lang.Class> iface) Returns true if this either implements the interface argument or is directly or indirectly a wrapper for an object that does. |
T | unwrap(java.lang.Class Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy. |