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