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 class
DbExecuteContext.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 DbExecuteContext
DbExecuteContext.create
(String statementName, String statement, DbClientContext context) Create a new execution context.Methods in io.helidon.dbclient with parameters of type DbExecuteContextModifier and TypeMethodDescriptionstatic DbClientServiceContext
DbClientServiceContext.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 DbExecuteContextModifierConstructorDescriptionprotected
DbStatementBase
(DbExecuteContext context) Create a new instance.Constructor parameters in io.helidon.dbclient with type arguments of type DbExecuteContextModifierConstructorDescriptionprotected
DbExecuteContext
(DbExecuteContext.BuilderBase<? extends DbExecuteContext.BuilderBase<?, ? extends DbExecuteContext>, ? extends DbExecuteContext> builder) Creates an instance of execution context.protected
DbExecuteContext
(DbExecuteContext.BuilderBase<? extends DbExecuteContext.BuilderBase<?, ? extends DbExecuteContext>, ? extends DbExecuteContext> builder) Creates an instance of execution context.