- java.lang.Object
-
- io.helidon.dbclient.jdbc.JdbcDbClientProvider
-
- All Implemented Interfaces:
DbClientProvider
public class JdbcDbClientProvider extends Object implements DbClientProvider
Provider for JDBC database implementation.
-
-
Constructor Summary
Constructors Constructor Description JdbcDbClientProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcDbClientProviderBuilderbuilder()The implementation should provide its implementation of theDbClientProviderBuilder.Stringname()Name of this provider.
-
-
-
Method Detail
-
name
public String name()
Description copied from interface:DbClientProviderName of this provider. This is used to find correct provider when using configuration only approach.- Specified by:
namein interfaceDbClientProvider- Returns:
- provider name (such as
jdbcormongo
-
builder
public JdbcDbClientProviderBuilder builder()
Description copied from interface:DbClientProviderThe implementation should provide its implementation of theDbClientProviderBuilder.- Specified by:
builderin interfaceDbClientProvider- Returns:
- a new builder instance
-
-