Uses of Interface
org.jooq.DerivedColumnList
-
Packages that use DerivedColumnList Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of DerivedColumnList in org.jooq
Methods in org.jooq that return DerivedColumnList Modifier and Type Method Description DerivedColumnList
Name. fields(String... fieldNames)
Add a list of fields to this name to make this name aDerivedColumnList
.DerivedColumnList
Name. fields(BiFunction<? super Field<?>,? super Integer,? extends String> fieldNameFunction)
Add a list of fields to this name to make this name aDerivedColumnList
.DerivedColumnList
Name. fields(Function<? super Field<?>,? extends String> fieldNameFunction)
Add a list of fields to this name to make this name aDerivedColumnList
.DerivedColumnList
Name. fields(Name... fieldNames)
Add a list of fields to this name to make this name aDerivedColumnList
.
-