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

Method addValueForUpdate0

jOOQ/src/main/java/org/jooq/impl/LoaderImpl.java:995–997  ·  view source on GitHub ↗

Type-safety...

(InsertQuery<R> insert, Field<T> field, Object row)

Source from the content-addressed store, hash-verified

993 * Type-safety...
994 */
995 private final <T> void addValueForUpdate0(InsertQuery<R> insert, Field<T> field, Object row) {
996 insert.addValueForUpdate(field, field.getDataType().convert(row));
997 }
998
999 // -------------------------------------------------------------------------
1000 // Outcome

Callers 1

executeSQLMethod · 0.95

Calls 3

addValueForUpdateMethod · 0.65
convertMethod · 0.65
getDataTypeMethod · 0.65

Tested by

no test coverage detected