Java java.sql Wrapper fields, constructors, methods, implement or subclass

Example usage for Java java.sql Wrapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql Wrapper.

The text is from its open source code.

Method

ClassgetClass()
Returns the runtime class of this Object .
booleanisWrapperFor(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.
Tunwrap(java.lang.Class iface)
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.