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

Method getRow

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

Get the nested record's Row definition, if this is a #isRecord(), or a #isMultiset(), or NULL otherwise.

()

Source from the content-addressed store, hash-verified

183 * otherwise.
184 */
185 @Nullable
186 Row getRow();
187
188 /**

Callers 15

getRowMethod · 0.65
acceptMethod · 0.65
autoAliasMethod · 0.65
arrayTransformMethod · 0.65
getRowMethod · 0.65
toRowMethod · 0.65
isTypeMethod · 0.65
get0Method · 0.65
readMultisetMethod · 0.65
pgFromStringMethod · 0.65
readMultisetMethod · 0.65
readMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected