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)
| 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); |
no outgoing calls
no test coverage detected