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

Method replace

jOOQ/src/main/java/org/jooq/Field.java:3590–3590  ·  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#replace(Field, Field) @deprecated - 3.13 - [#9407] - Use DSL#replace(Field, Field) instead.

(Field<String> search)

Source from the content-addressed store, hash-verified

3588 * @deprecated - 3.13 - [#9407] - Use {@link DSL#replace(Field, Field)} instead.
3589 */
3590 @Deprecated(forRemoval = true, since = "3.13")
3591 @NotNull
3592 @Support({ CUBRID, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
3593 Field<String> replace(Field<String> search);

Callers 15

exportMethod · 0.65
escapeJavadocMethod · 0.65
getJavaClassName0Method · 0.65
versionMethod · 0.65
versionMethod · 0.65
escapeString0Method · 0.65
excludeMethod · 0.65
generateSyntheticDaoMethod · 0.65
generatePojo0Method · 0.65
generateTableMethod · 0.65
textBlockMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected