MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / sql

Method sql

jOOQ/src/main/java/org/jooq/impl/AbstractXMLBinding.java:62–65  ·  view source on GitHub ↗
(BindingSQLContext<T> ctx)

Source from the content-addressed store, hash-verified

60abstract class AbstractXMLBinding<T> implements Binding<XML, T> {
61
62 @Override
63 public final void sql(BindingSQLContext<T> ctx) throws SQLException {
64 ctx.render().visit(DSL.val(ctx.convert(converter()).value()));
65 }
66
67 @Override
68 public final void register(BindingRegisterContext<T> ctx) throws SQLException {

Callers

nothing calls this directly

Calls 6

valMethod · 0.95
visitMethod · 0.65
renderMethod · 0.65
valueMethod · 0.65
convertMethod · 0.65
converterMethod · 0.65

Tested by

no test coverage detected