Polish
Closes gh-29928
This commit is contained in:
committed by
Sébastien Deleuze
parent
a7ec6b4a2a
commit
431ae03447
@@ -84,7 +84,7 @@ public interface DatabaseClient extends ConnectionAccessor {
|
||||
* bind markers or named parameters (e.g. {@literal :foo, :bar}) when
|
||||
* {@link NamedParameterExpander} is enabled.
|
||||
* <p>Accepts {@link PreparedOperation} as SQL and binding {@link Supplier}.
|
||||
* <p>{code DatabaseClient} implementations should defer the resolution of
|
||||
* <p>{@code DatabaseClient} implementations should defer the resolution of
|
||||
* the SQL string as much as possible, ideally up to the point where a
|
||||
* {@code Subscription} happens. This is the case for the default implementation.
|
||||
* @param sqlSupplier a supplier for the SQL statement
|
||||
|
||||
Reference in New Issue
Block a user