Interface GenericWrapper

All Superinterfaces:
Wrapper
All Known Implementing Classes:
FireboltConnection, FireboltConnectionServiceSecret, FireboltConnectionUserPassword, FireboltDatabaseMetadata, FireboltPreparedStatement, FireboltResultSet, FireboltResultSetMetaData, FireboltStatement, FireboltSystemEngineDatabaseMetadata, JdbcBase

public interface GenericWrapper extends Wrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    isWrapperFor(Class<?> iface)
     
    default <T> T
    unwrap(Class<T> iface)