MCPcopy
hub / github.com/jOOQ/jOOQ / appendSQL

Method appendSQL

jOOQ/src/main/java/org/jooq/impl/Tools.java:6503–6505  ·  view source on GitHub ↗
(C ctx, Query... queries)

Source from the content-addressed store, hash-verified

6501 }
6502
6503 static final <C extends Context<? extends C>> C appendSQL(C ctx, Query... queries) {
6504 return preOrAppendSQL(SimpleDataKey.DATA_APPEND_SQL, ctx, queries);
6505 }
6506
6507 private static final <C extends Context<? extends C>> C preOrAppendSQL(SimpleDataKey key, C ctx, Query... queries) {
6508 ctx.data().compute(key, (k, v) -> {

Callers 2

acceptMethod · 0.80
acceptMethod · 0.80

Calls 1

preOrAppendSQLMethod · 0.95

Tested by

no test coverage detected