Package io.trino.plugin.jdbc
Interface JdbcConnectorFactory.JdbcModuleProvider
-
- Enclosing class:
- JdbcConnectorFactory
@Deprecated public static interface JdbcConnectorFactory.JdbcModuleProvider
Deprecated.PreferJdbcConnectorFactory(String, Module)instead. Notice thatCatalogNameis available in guice context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.google.inject.ModulegetModule(String catalogName)Deprecated.
-
-
-
Method Detail
-
getModule
com.google.inject.Module getModule(String catalogName)
Deprecated.
-
-