java.lang.Object
io.helidon.dbclient.jdbc.JdbcDbClientProvider
- All Implemented Interfaces:
DbClientProvider
Provider for JDBC database implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The implementation should provide its implementation of theDbClientProviderBuilder.name()Name of this provider.
-
Constructor Details
-
JdbcDbClientProvider
public JdbcDbClientProvider()
-
-
Method Details
-
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
Description copied from interface:DbClientProviderThe implementation should provide its implementation of theDbClientProviderBuilder.- Specified by:
builderin interfaceDbClientProvider- Returns:
- a new builder instance
-