Class DbExecuteContext.Builder
java.lang.Object
io.helidon.dbclient.DbExecuteContext.BuilderBase<DbExecuteContext.Builder, DbExecuteContext>
io.helidon.dbclient.DbExecuteContext.Builder
- All Implemented Interfaces:
Builder<DbExecuteContext.Builder, DbExecuteContext>, Supplier<DbExecuteContext>
- Enclosing class:
DbExecuteContext
public static final class DbExecuteContext.Builder
extends DbExecuteContext.BuilderBase<DbExecuteContext.Builder, DbExecuteContext>
Builder for
DbExecuteContext.-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class DbExecuteContext.BuilderBase
clientContext, statement, statementNameModifier and TypeMethodDescriptionclientContext(DbClientContext clientContext) Set the client context.Set the execution statement.statementName(String statementName) Set the execution statement name.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Builder
get, identity, updateModifier and TypeMethodDescriptiondefault DbExecuteContextget()default DbExecuteContext.Builderidentity()Instance of this builder as the correct type.default DbExecuteContext.Builderupdate(Consumer<DbExecuteContext.Builder> consumer) Update the builder in a fluent API way.
-
Constructor Details
-
Builder
Deprecated, for removal: This API element is subject to removal in a future version.useDbExecuteContext.builder()insteadCreates a new builder.
-
-
Method Details
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Returns:
- instance of the built type
-
DbExecuteContext.builder()instead