public interface BindingSQLContext<U> extends Scope
Binding.sql(BindingSQLContext) arguments.| Modifier and Type | Method and Description | 
|---|---|
<T> BindingSQLContext<T> | 
convert(Converter<T,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. 
 | 
String | 
variable()
The variable string - mostly just a  
? | 
RenderContext render()
RenderContext that contains the generated SQL and the current
 SQL generation state.U value()
String variable()
?, or a named bind variable, such as :var.<T> BindingSQLContext<T> convert(Converter<T,U> converter)
Copyright © 2015. All Rights Reserved.