T - underlying operation source.PreparedOperation support instead.@Deprecated public interface PreparedOperation<T> extends QueryOperation, PreparedOperation<T>
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)
Deprecated.
Apply bindings to
BindTarget. |
default String |
get()
Deprecated.
|
T |
getSource()
Deprecated.
|
toQuerybindToT getSource()
getSource in interface PreparedOperation<T>void bindTo(BindTarget target)
BindTarget.target - the target to apply bindings to.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.