Hi,

I'm using the following construct:

int count = dsl.insertInto(...)
    .set(...)
    .set(...)
    .onDuplicateKeyUpdate()
    .set(...)
    .execute();

My question is, what will "count" contain? The number of added rows, or the 
number of updated rows? Or perhaps the sum of both? I can't seem to find it 
in the documentation.

Kind regards,
Paul

-- 
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.

Reply via email to