Uses of Interface
org.jooq.DerivedColumnList4
-
Packages that use DerivedColumnList4 Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of DerivedColumnList4 in org.jooq
Methods in org.jooq that return DerivedColumnList4 Modifier and Type Method Description DerivedColumnList4
Name. fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4)
Add a list of fields to this name to make this name aDerivedColumnList
.DerivedColumnList4
Name. fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4)
Add a list of fields to this name to make this name aDerivedColumnList
.
-