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#substring(Field, int) @deprecated - 3.13 - [#9407] - Use DSL#substring(Field, int) instead.
(int startingPosition)
| 3737 | * @deprecated - 3.13 - [#9407] - Use {@link DSL#substring(Field, int)} instead. |
| 3738 | */ |
| 3739 | @Deprecated(forRemoval = true, since = "3.13") |
| 3740 | @NotNull |
| 3741 | @Support |
| 3742 | Field<String> substring(int startingPosition); |
no outgoing calls
no test coverage detected