Class DbExecuteContext.BuilderBase<B extends DbExecuteContext.BuilderBase<B,T>, T extends DbExecuteContext>
java.lang.Object
io.helidon.dbclient.DbExecuteContext.BuilderBase<B,T>
- Type Parameters:
B- type of the builderT- type of the built instance
- Direct Known Subclasses:
DbExecuteContext.Builder
- Enclosing class:
DbExecuteContext
public abstract static class DbExecuteContext.BuilderBase<B extends DbExecuteContext.BuilderBase<B,T>, T extends DbExecuteContext>
extends Object
implements Builder<B,T>
Base builder for
DbExecuteContext.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier 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, wait
-
Constructor Details
-
BuilderBase
Deprecated, for removal: This API element is subject to removal in a future version.direct public use is not supported; useDbExecuteContext.builder()for the built-in execution context builderCreates an instance of base builder forDbExecuteContext. Child classes may call this constructor; only direct public use is not supported.
-
-
Method Details
-
statement
-
statementName
-
clientContext
Set the client context.- Parameters:
clientContext- client context- Returns:
- updated builder instance
-
DbExecuteContext.builder()for the built-in execution context builder