public interface BindingSQLContext<U> extends Scope
Binding.sql(BindingSQLContext)
arguments.Modifier and Type | Method and Description |
---|---|
<T> BindingSQLContext<T> |
convert(Converter<? extends T,? super U> converter)
Create a new context from this one using a converter.
|
RenderContext |
render()
The
RenderContext that contains the generated SQL and the current
SQL generation state. |
U |
value()
The bind value that is being rendered.
|
java.lang.String |
variable()
The variable string - mostly just a
? |
RenderContext render()
RenderContext
that contains the generated SQL and the current
SQL generation state.U value()
java.lang.String variable()
?
, or a named bind variable, such as :var
.<T> BindingSQLContext<T> convert(Converter<? extends T,? super U> converter)
Copyright © 2018. All Rights Reserved.