Uses of Interface
io.trino.plugin.jdbc.TablePropertiesProvider
-
Packages that use TablePropertiesProvider Package Description io.trino.plugin.jdbc -
-
Uses of TablePropertiesProvider in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return types with arguments of type TablePropertiesProvider Modifier and Type Method Description static com.google.inject.multibindings.Multibinder<TablePropertiesProvider>JdbcModule. tablePropertiesProviderBinder(com.google.inject.Binder binder)Method parameters in io.trino.plugin.jdbc with type arguments of type TablePropertiesProvider Modifier and Type Method Description static voidJdbcModule. bindTablePropertiesProvider(com.google.inject.Binder binder, Class<? extends TablePropertiesProvider> type)
-