MCPcopy
hub / github.com/jOOQ/jOOQ / concat

Method concat

jOOQ/src/main/java/org/jooq/Field.java:3705–3705  ·  view source on GitHub ↗

This method is part of the pre-2.0 API. This API is maintained for backwards-compatibility. It may be removed in the future. Consider using equivalent methods from DSLContext @see DSL#concat(Field...)

(Field<?>... fields)

Source from the content-addressed store, hash-verified

3703 * @see DSL#concat(Field...)
3704 */
3705 @NotNull
3706 @Support
3707 Field<String> concat(Field<?>... fields);
3708

Callers 15

rightPadMethod · 0.65
leftPadMethod · 0.65
accept0Method · 0.65
ToolsClass · 0.65
prependInlineMethod · 0.65
migrateToMethod · 0.65
mergeMethod · 0.65
accept0Method · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected