Uses of Class
io.helidon.dbclient.DbExecuteContext
Packages that use DbExecuteContext
-
Uses of DbExecuteContext in io.helidon.dbclient
Classes in io.helidon.dbclient with type parameters of type DbExecuteContextModifier and TypeClassDescriptionstatic classDbExecuteContext.BuilderBase<B extends DbExecuteContext.BuilderBase<B,T>, T extends DbExecuteContext> Base builder forDbExecuteContext.Methods in io.helidon.dbclient with type parameters of type DbExecuteContextModifier and TypeMethodDescriptionprotected <C extends DbExecuteContext>
CReturns execution context cast to it's extending class.Methods in io.helidon.dbclient that return DbExecuteContextModifier and TypeMethodDescriptionDbExecuteContext.Builder.build()DbStatementBase.context()Get the execution context.static DbExecuteContextDbExecuteContext.create(String statementName, String statement, DbClientContext context) Create a new execution context.Methods in io.helidon.dbclient with parameters of type DbExecuteContextModifier and TypeMethodDescriptionstatic DbClientServiceContextDbClientServiceContext.create(DbExecuteContext execContext, DbStatementType stmtType, CompletionStage<Void> stmtFuture, CompletionStage<Long> queryFuture, DbStatementParameters stmtParams) Create a new client service context.Constructors in io.helidon.dbclient with parameters of type DbExecuteContextModifierConstructorDescriptionprotectedDbStatementBase(DbExecuteContext context) Create a new instance.Constructor parameters in io.helidon.dbclient with type arguments of type DbExecuteContextModifierConstructorDescriptionprotectedDbExecuteContext(DbExecuteContext.BuilderBase<? extends DbExecuteContext.BuilderBase<?, ? extends DbExecuteContext>, ? extends DbExecuteContext> builder) Creates an instance of execution context.protectedDbExecuteContext(DbExecuteContext.BuilderBase<? extends DbExecuteContext.BuilderBase<?, ? extends DbExecuteContext>, ? extends DbExecuteContext> builder) Creates an instance of execution context.