MCPcopy
hub / github.com/jOOQ/jOOQ / createDomain

Method createDomain

jOOQ/src/main/java/org/jooq/impl/Internal.java:601–605  ·  view source on GitHub ↗

Factory method for domain specifications. @deprecated - 3.20.0 - [#15723] - Regenerate your code.

(Schema schema, Name name, DataType<T> type, Check<?>... checks)

Source from the content-addressed store, hash-verified

599 * @deprecated - 3.20.0 - [#15723] - Regenerate your code.
600 */
601 @Deprecated
602 @NotNull
603 public static final <T> Domain<T> createDomain(Schema schema, Name name, DataType<T> type, Check<?>... checks) {
604 return createDomain(schema, name, type, null, null, checks);
605 }
606
607 /**
608 * Factory method for domain specifications.

Callers 1

DomainsClass · 0.95

Calls 2

newBindingMethod · 0.95
asConvertedDataTypeMethod · 0.65

Tested by

no test coverage detected