public interface SQLWrapper extends Wrapper
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isWrapperFor(Class<?> iface) |
default <T> T |
unwrap(Class<T> iface) |
default <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptiondefault boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionCopyright © 2021. All rights reserved.