Hi Venkat,

Thanks for pointing this out. You're right, there is an API irregularity.
For this to be implemented, we need to add TableRecord.insert() as well. I
have registered and implemented:

Pull up TableRecord.insert():
https://github.com/jOOQ/jOOQ/issues/3253

Relax bounds on <R> for DSLContext.batchInsert():
https://github.com/jOOQ/jOOQ/issues/3252

Thanks,
Lukas


2014-05-07 15:37 GMT+02:00 Venkat Sadasivam <[email protected]>:

> Using method below I can insert a org.jooq.TableRecord<R> object however
> there is no equivalent batchInsert method for this.
> org.jooq.DSLContext.executeInsert(R)
>
> Thanks,
> Venkat
>
> --
> 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.
>

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