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.sql(Supplier)
Modifier and Type | Method and Description |
---|---|
void |
bindTo(BindTarget target)
Apply bindings to
BindTarget . |
T |
getSource()
Return the underlying query source.
|
get, toQuery
T getSource()
void bindTo(BindTarget target)
BindTarget
.target
- the target to apply bindings to