>
>
> This is another thing i tried, but it failed as my "AbstractRoutines" are 
actually "insert":

BatchBindStep step = null;
     
for (AbstractRoutine<Void> procedure : procedures) {
  step = context.batch (context.select(procedure.asField()));
} 

step.execute();

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