Uses of Class
io.trino.plugin.iceberg.catalog.jdbc.IcebergJdbcCatalogConfig
Packages that use IcebergJdbcCatalogConfig
-
Uses of IcebergJdbcCatalogConfig in io.trino.plugin.iceberg.catalog.jdbc
Methods in io.trino.plugin.iceberg.catalog.jdbc that return IcebergJdbcCatalogConfigModifier and TypeMethodDescriptionIcebergJdbcCatalogConfig.setCatalogName(String catalogName) IcebergJdbcCatalogConfig.setConnectionPassword(String connectionPassword) IcebergJdbcCatalogConfig.setConnectionUrl(String connectionUrl) IcebergJdbcCatalogConfig.setConnectionUser(String connectionUser) IcebergJdbcCatalogConfig.setDefaultWarehouseDir(String defaultWarehouseDir) IcebergJdbcCatalogConfig.setDriverClass(String driverClass) Methods in io.trino.plugin.iceberg.catalog.jdbc with parameters of type IcebergJdbcCatalogConfigModifier and TypeMethodDescriptionstatic IcebergJdbcClientIcebergJdbcCatalogModule.createIcebergJdbcClient(IcebergJdbcCatalogConfig config) Constructors in io.trino.plugin.iceberg.catalog.jdbc with parameters of type IcebergJdbcCatalogConfigModifierConstructorDescriptionTrinoJdbcCatalogFactory(CatalogName catalogName, TypeManager typeManager, IcebergTableOperationsProvider tableOperationsProvider, TrinoFileSystemFactory fileSystemFactory, IcebergJdbcClient jdbcClient, IcebergJdbcCatalogConfig jdbcConfig, IcebergConfig icebergConfig)