MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / isArray

Method isArray

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

Whether this data type is an array type.

()

Source from the content-addressed store, hash-verified

1661 * Whether this data type is an array type.
1662 */
1663 boolean isArray();
1664
1665 /**
1666 * Whether this data type is an array type.

Callers 15

getDataType0Method · 0.95
componentTypeMethod · 0.65
equalsMethod · 0.65
initMethod · 0.65
unnest0Method · 0.65
initMethod · 0.65
DefaultDataTypeMethod · 0.65
getDataTypeMethod · 0.65
getDataType0Method · 0.65
hashCodeMethod · 0.65
deepEqualMethod · 0.65
isCollectionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected