Is there anyway to replicate this code in jOOQ? http://stackoverflow.com/a/2714653
I'd like to insert multiple rows at a time for the sake of performance, but it seems like when I try to use multiple values() constructers, the following OnDuplicateKeyUpdate.set(...) method will run for each values() constructor, but I would like to have different set methods for each values constructor. Is this possible? --
