public abstract class WrapperAdapter extends Object implements Wrapper
java.sql.Wrapper.| Constructor and Description |
|---|
WrapperAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWrapperFor(Class<?> iface) |
<T> T |
unwrap(Class<T> iface) |
public final <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic final boolean isWrapperFor(Class<?> iface)
isWrapperFor in interface WrapperCopyright © 2023 The Apache Software Foundation. All rights reserved.