Uses of Interface
io.helidon.dbclient.DbClientServiceContext
Packages that use DbClientServiceContext
-
Uses of DbClientServiceContext in io.helidon.dbclient
Methods in io.helidon.dbclient that return DbClientServiceContextModifier and TypeMethodDescriptionSet a new context to be used by other interceptors and when executing the statement.static DbClientServiceContextCreate a new interceptor context for a database provider.DbClientServiceContext.parameters(List<Object> indexedParameters) Set new indexed parameters to be used.DbClientServiceContext.parameters(Map<String, Object> namedParameters) Set new named parameters to be used.DbClientServiceContext.resultFuture(CompletionStage<Long> queryFuture) Set a new future to mark completion of the result (e.g.Set a new statement with indexed parameters to be used.Set a new statement with named parameters to be used.DbClientServiceContext.statementFuture(CompletionStage<Void> statementFuture) Set a new future to mark completion of the statement.DbClientServiceContext.statementName(String newName) Set a new statement name to be used.DbClientServiceContext.statementType(DbStatementType type) Set the type of the statement.Methods in io.helidon.dbclient that return types with arguments of type DbClientServiceContextModifier and TypeMethodDescriptionDbClientService.statement(DbClientServiceContext context) Statement execution to be intercepted.Methods in io.helidon.dbclient with parameters of type DbClientServiceContextModifier and TypeMethodDescriptionDbClientService.statement(DbClientServiceContext context) Statement execution to be intercepted.