T - underlying operation source.public interface PreparedOperation<T> extends QueryOperation
QueryOperation for a prepared SQL query Supplier with bound parameters. Contains
parameter bindings that can be bound bound to a BindTarget.
Can be executed with DatabaseClient.
DatabaseClient.execute(Supplier)| Modifier and Type | Method and Description |
|---|---|
void |
bindTo(BindTarget target)
Apply bindings to
BindTarget. |
T |
getSource() |
get, toQueryT getSource()
void bindTo(BindTarget target)
BindTarget.target - the target to apply bindings to.Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.