As mentioned in the other thread, you use Query.execute() to return that number: http://www.jooq.org/javadoc/3.2.x/org/jooq/Query.html#execute()
2014/1/22 Sha <[email protected]> > Hi , > Me trying to get the count of updated records after JOOQ update > statement. > how to get them? > > thank you. > ~Shyam > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
