MCPcopy
hub / github.com/jOOQ/jOOQ / substring

Method substring

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

(int startingPosition)

Source from the content-addressed store, hash-verified

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);

Callers 15

fromMethod · 0.65
getGettersMethod · 0.65
getSettersMethod · 0.65
exportMethod · 0.65
beforeCloseMethod · 0.65
refMethod · 0.65
patchKotlinClassesMethod · 0.65
getJavaClassName0LCMethod · 0.65
disambiguateMethodMethod · 0.65
getPGArrayBaseTypeMethod · 0.65
escapeStringMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected