MCPcopy
hub / github.com/jOOQ/jOOQ / null_

Method null_

jOOQ/src/main/java/org/jooq/DataType.java:1059–1059  ·  view source on GitHub ↗

Synonym for #nullable(boolean), passing true as an argument.

()

Source from the content-addressed store, hash-verified

1057 * argument.
1058 */
1059 @NotNull
1060 @Support
1061 DataType<T> null_();
1062

Callers 7

allNotNullMethod · 0.65
nullableMethod · 0.65
AbstractLeadLagMethod · 0.65
NthValueMethod · 0.65
LastValueMethod · 0.65
typeMethod · 0.65
FirstValueMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected