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

Method addValueForUpdate

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

Add a value to the ON DUPLICATE KEY UPDATE clause of this INSERT statement, where this is supported. @see InsertOnDuplicateStep#onDuplicateKeyUpdate()

(Field<T> field, T value)

Source from the content-addressed store, hash-verified

240 * @see InsertOnDuplicateStep#onDuplicateKeyUpdate()
241 */
242 @Support({ CUBRID, DERBY, DUCKDB, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
243 <T> void addValueForUpdate(Field<T> field, T value);
244
245 /**

Callers 3

addValueMethod · 0.65
setMethod · 0.65
addValueForUpdate0Method · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected