java.lang.Object
io.helidon.dbclient.DbClientBase
- All Implemented Interfaces:
- DbClient,- AutoCloseable
- Direct Known Subclasses:
- MongoDbClient
Base 
DbClient implementation.- 
Nested Class SummaryNested classes/interfaces inherited from interface io.helidon.dbclient.DbClientDbClient.Builder
- 
Field SummaryFields inherited from interface io.helidon.dbclient.DbClientMAPPING_QUALIFIER
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDbClientBase(DbClientContext context) Create a new instance.
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Closes the DbClient and releases any associated resources.context()Get theDbClientContext.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.dbclient.DbClientdbType, execute, transaction, unwrap
- 
Constructor Details- 
DbClientBaseCreate a new instance.- Parameters:
- context- context
 
 
- 
- 
Method Details- 
contextGet theDbClientContext.- Returns:
- DbClientContext
 
- 
closepublic void close()Description copied from interface:DbClientCloses the DbClient and releases any associated resources.- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- DbClient
 
 
-