Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
DerivedColumnList |
Name.fields(BiFunction<? super Field<?>,? super Integer,? extends String> fieldNameFunction)
Add a list of fields to this name to make this name a
DerivedColumnList . |
DerivedColumnList |
Name.fields(Function<? super Field<?>,? extends String> fieldNameFunction)
Add a list of fields to this name to make this name a
DerivedColumnList . |
DerivedColumnList |
Name.fields(Name... fieldNames)
Add a list of fields to this name to make this name a
DerivedColumnList . |
DerivedColumnList |
Name.fields(String... fieldNames)
Add a list of fields to this name to make this name a
DerivedColumnList . |
Copyright © 2019. All rights reserved.