MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / isEmbeddable

Method isEmbeddable

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

Whether this data type is an embeddable type.

()

Source from the content-addressed store, hash-verified

1671 * Whether this data type is an embeddable type.
1672 */
1673 boolean isEmbeddable();
1674
1675 /**
1676 * Whether this data type is a UDT type.

Callers 15

embeddedRecordTypeMethod · 0.65
embeddedFieldsMethod · 0.65
hasEmbeddedFieldsMethod · 0.65
flattenMethod · 0.65
acceptMethod · 0.65
isTypeMethod · 0.65
isJSONMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
setValueMethod · 0.65
acceptMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected