MCPcopy
hub / github.com/jOOQ/jOOQ / accept

Method accept

jOOQ/src/main/java/org/jooq/impl/TupleImpl2.java:75–80  ·  view source on GitHub ↗
(Context<?> ctx)

Source from the content-addressed store, hash-verified

73 // -------------------------------------------------------------------------
74
75 @Override
76 public final void accept(Context<?> ctx) {
77
78 // This is unlikely to be called directly:
79 ctx.sql('(').visit(part1).sql(", ").visit(part2).sql(')');
80 }
81
82 // -------------------------------------------------------------------------
83 // XXX: Query Object Model

Callers

nothing calls this directly

Calls 2

sqlMethod · 0.65
visitMethod · 0.65

Tested by

no test coverage detected