public class WrapperImpl extends Object implements Wrapper
| Constructor and Description |
|---|
WrapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWrapperFor(Class<?> iface) |
<T> T |
unwrap(Class<T> iface) |
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2021. All rights reserved.