Uses of Class
io.helidon.dbclient.DbClientContext
Packages that use DbClientContext
-
Uses of DbClientContext in io.helidon.dbclient
Classes in io.helidon.dbclient with type parameters of type DbClientContextModifier and TypeClassDescriptionstatic classDbClientContext.BuilderBase<B extends DbClientContext.BuilderBase<B,T>, T extends DbClientContext> Base builder forDbClientContext.Methods in io.helidon.dbclient with type parameters of type DbClientContextModifier and TypeMethodDescriptionprotected <C extends DbClientContext>
CDbExecuteContext.clientContext(Class<C> cls) Returns client context cast to it's extending class.protected <C extends DbClientContext>
CReturn database client context cast to it's extending class.Methods in io.helidon.dbclient that return DbClientContextModifier and TypeMethodDescriptionDbClientContext.Builder.build()DbClientBase.context()Get theDbClientContext.protected DbClientContextDbExecuteBase.context()Return database client context.Methods in io.helidon.dbclient with parameters of type DbClientContextModifier and TypeMethodDescriptionDbExecuteContext.BuilderBase.clientContext(DbClientContext clientContext) Set the client context.static DbExecuteContextDbExecuteContext.create(String statementName, String statement, DbClientContext context) Create a new execution context.Constructors in io.helidon.dbclient with parameters of type DbClientContextModifierConstructorDescriptionprotectedDbClientBase(DbClientContext context) Create a new instance.protectedDbExecuteBase(DbClientContext context) Create an instance of common database executor.Constructor parameters in io.helidon.dbclient with type arguments of type DbClientContextModifierConstructorDescriptionprotectedDbClientContext(DbClientContext.BuilderBase<? extends DbClientContext.BuilderBase<?, ? extends DbClientContext>, ? extends DbClientContext> builder) Create an instance of client context.protectedDbClientContext(DbClientContext.BuilderBase<? extends DbClientContext.BuilderBase<?, ? extends DbClientContext>, ? extends DbClientContext> builder) Create an instance of client context.