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

Method types

jOOQ/src/main/java/org/jooq/impl/FieldsImpl.java:485–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483 }
484
485 @Override
486 public final Class<?>[] types() {
487 return Tools.map(fields, f -> f.getType(), Class[]::new);
488 }
489
490 @Override
491 public final Class<?> type(int fieldIndex) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
getTypeMethod · 0.65

Tested by

no test coverage detected