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

Method fields

jOOQ/src/main/java/org/jooq/impl/TableList.java:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 final List<Field<?>> fields() {
101 return flatMap(this, t -> asList(t.fieldsRow().fields()));
102 }
103
104 /**
105 * Get a list of names of the <code>NamedQueryParts</code> contained in this

Callers

nothing calls this directly

Calls 3

flatMapMethod · 0.80
fieldsMethod · 0.65
fieldsRowMethod · 0.65

Tested by

no test coverage detected