2018-05-18 9:11 GMT+02:00 Simon Niederberger <[email protected]>:
> I searched hi and lo for a "*field*" method to add that projection, but > > baseQuery.addSelect(...); > > is exactly what I was looking for. > The method names in SelectQuery are all called setXYZ() or addXYZ() with XYZ being the name or something akin to the name of the clause to which you want to add objects. With 1-2 exceptions, of course. > Thanks a lot Lukas, you are doing an awesome job with jOOQ! > Thanks for your nice words! -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
