MCPcopy
hub / github.com/jOOQ/jOOQ / nullable

Method nullable

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

Return a new data type like this, with a new nullability. This is the same as calling #nullability(Nullability) with any of Nullability#NULL or Nullability#NOT_NULL as an argument. [#5709] A nullable column cannot have an #identity(). @param null

(boolean nullable)

Source from the content-addressed store, hash-verified

564 * @return The new data type
565 */
566 @NotNull
567 @Support
568 DataType<T> nullable(boolean nullable);
569

Callers 1

initColumnsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected