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

Method addValues

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

Add multiple values to the store statement. Keys can either be of type String, Name, or Field. Values can either be of type <T> or Field<T> . jOOQ will attempt to convert values to their corresponding field's type.

(Map<?, ?> map)

Source from the content-addressed store, hash-verified

92 * corresponding field's type.
93 */
94 @Support
95 void addValues(Map<?, ?> map);
96
97 /**

Callers 2

setMethod · 0.65
setMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected