Uses of Interface
org.jooq.DerivedColumnList
-
Packages that use DerivedColumnList Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of DerivedColumnList in org.jooq
Methods in org.jooq that return DerivedColumnList Modifier and Type Method Description @NotNull DerivedColumnList
Name. fields(String... fieldNames)
Add a list of fields to this name to make this name aDerivedColumnList
.@NotNull DerivedColumnList
Name. fields(BiFunction<? super Field<?>,? super Integer,? extends String> fieldNameFunction)
Deprecated.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull DerivedColumnList
Name. fields(Function<? super Field<?>,? extends String> fieldNameFunction)
Deprecated.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull DerivedColumnList
Name. fields(Name... fieldNames)
Add a list of fields to this name to make this name aDerivedColumnList
.
-