public abstract class WrapperAdapter extends Object implements Wrapper
java.sql.Wrapper
WrapperAdapter()
boolean
isWrapperFor(Class<?> iface)
<T> T
unwrap(Class<T> iface)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WrapperAdapter()
public final <T> T unwrap(Class<T> iface) throws SQLException
unwrap
Wrapper
SQLException
public final boolean isWrapperFor(Class<?> iface)
isWrapperFor
Copyright © 2022 The Apache Software Foundation. All rights reserved.