Uses of Interface
io.helidon.data.jdbc.JdbcClient
Packages that use JdbcClient
Package
Description
Runs imperative applications and declarative Helidon Data repositories with
JDBC.
-
Uses of JdbcClient in io.helidon.data.jdbc
Classes in io.helidon.data.jdbc that implement interfaces with type arguments of type JdbcClientModifier and TypeClassDescriptionstatic classFluent API builder forJdbcClient.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.data.jdbc that return JdbcClientModifier and TypeMethodDescriptionJdbcClientConfig.Builder.build()Create an instance from this builder.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl.build()Create a new runtime instance from this prototype.static JdbcClientJdbcClient.create(JdbcClientConfig config) Creates a JDBC client from an immutable configuration.static JdbcClientJdbcClient.create(Consumer<JdbcClientConfig.Builder> consumer) Creates a JDBC client after updating a new builder.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl.get()Methods in io.helidon.data.jdbc with parameters of type JdbcClientModifier and TypeMethodDescriptionstatic JdbcClient.StatementGeneratedJdbcData.createGenerated(JdbcClient client, String sql, int parameterCount) Creates a statement description for generated repository code that has already validated the positional JDBC SQL.