MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / prependSQL

Method prependSQL

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

Source from the content-addressed store, hash-verified

6497 }
6498
6499 static final <C extends Context<? extends C>> C prependSQL(C ctx, Query... queries) {
6500 return preOrAppendSQL(SimpleDataKey.DATA_PREPEND_SQL, ctx, queries);
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);

Callers 3

accept1Method · 0.80
acceptMethod · 0.80
acceptMethod · 0.80

Calls 1

preOrAppendSQLMethod · 0.95

Tested by

no test coverage detected