- All Superinterfaces:
- BindingScope,- Scope
A container type for 
Binding.sql(BindingSQLContext) arguments.- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription<T> @NotNull BindingSQLContext<T>Create a new context from this one using a converter.@NotNull RenderContextrender()TheRenderContextthat contains the generated SQL and the current SQL generation state.value()The bind value that is being rendered.@NotNull Stringvariable()The variable string - mostly just a?, or a named bind variable, such as:var.Methods inherited from interface org.jooq.BindingScopeconverterContextMethods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
renderTheRenderContextthat contains the generated SQL and the current SQL generation state.
- 
valueU value()The bind value that is being rendered.
- 
variableThe variable string - mostly just a?, or a named bind variable, such as:var.
- 
convertCreate a new context from this one using a converter.
 
-