MCPcopy
hub / github.com/jOOQ/jOOQ / length

Method length

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

()

Source from the content-addressed store, hash-verified

3789 * @deprecated - 3.13 - [#9407] - Use {@link DSL#length(Field)} instead.
3790 */
3791 @Deprecated(forRemoval = true, since = "3.13")
3792 @NotNull
3793 @Support
3794 Field<Integer> length();

Callers 15

fromMethod · 0.65
exportMethod · 0.65
beforeCloseMethod · 0.65
refMethod · 0.65
patchKotlinClassesMethod · 0.65
getterSetterSuffixMethod · 0.65
convertToIdentifier0Method · 0.65
textBlockMethod · 0.65
escapeStringMethod · 0.65
printClassJavadocMethod · 0.65
readVersionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected