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

Method FieldsImpl

jOOQ/src/main/java/org/jooq/impl/FieldsImpl.java:99–101  ·  view source on GitHub ↗
(SelectField<?>... fields)

Source from the content-addressed store, hash-verified

97
98
99 FieldsImpl(SelectField<?>... fields) {
100 this.fields = Tools.map(fields, toField(), Field<?>[]::new);
101 }
102
103 FieldsImpl(Collection<? extends SelectField<?>> fields) {
104 this.fields = Tools.map(fields, toField(), Field<?>[]::new);

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
toFieldMethod · 0.95

Tested by

no test coverage detected