Uses of Interface
io.trino.plugin.jdbc.JdbcClient
-
Packages that use JdbcClient Package Description io.trino.plugin.jdbc io.trino.plugin.jdbc.jmx -
-
Uses of JdbcClient in io.trino.plugin.jdbc
Classes in io.trino.plugin.jdbc that implement JdbcClient Modifier and Type Class Description classBaseJdbcClientclassCachingJdbcClientclassForwardingJdbcClientclassTransactionCachingJdbcClientMethods in io.trino.plugin.jdbc that return JdbcClient Modifier and Type Method Description JdbcClientJdbcDiagnosticModule. createJdbcClientWithStats(JdbcClient client, CatalogName catalogName)protected abstract JdbcClientForwardingJdbcClient. delegate()static JdbcClientForwardingJdbcClient. of(Supplier<JdbcClient> jdbcClientSupplier)Methods in io.trino.plugin.jdbc with parameters of type JdbcClient Modifier and Type Method Description JdbcClientJdbcDiagnosticModule. createJdbcClientWithStats(JdbcClient client, CatalogName catalogName)Method parameters in io.trino.plugin.jdbc with type arguments of type JdbcClient Modifier and Type Method Description static JdbcClientForwardingJdbcClient. of(Supplier<JdbcClient> jdbcClientSupplier) -
Uses of JdbcClient in io.trino.plugin.jdbc.jmx
Classes in io.trino.plugin.jdbc.jmx that implement JdbcClient Modifier and Type Class Description classStatisticsAwareJdbcClientConstructors in io.trino.plugin.jdbc.jmx with parameters of type JdbcClient Constructor Description StatisticsAwareJdbcClient(JdbcClient delegate)
-