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 DerivedColumnListName. fields(String... fieldNames)Add a list of fields to this name to make this name aDerivedColumnList.@NotNull DerivedColumnListName. 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 DerivedColumnListName. fields(Function<? super Field<?>,? extends String> fieldNameFunction)Deprecated.- 3.14.0 - [#10156] - These methods will be removed without replacement from a future jOOQ.@NotNull DerivedColumnListName. fields(Name... fieldNames)Add a list of fields to this name to make this name aDerivedColumnList.
-