2016-09-13 8:24 GMT+02:00 BTJ <[email protected]>: > > Ok but since I have to separate by insert or update anyway then perhaps > it's just as easy do call executeUpdate or executeInsert instead... :) >
Sure, those are just different APIs for Record.update() and Record.insert(). Note that Record.store() is "just" convenience to make the update() or insert() decision based on whether the primary key value of a record is available and unchanged. Lukas -- 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.
