【发布时间】:2013-10-30 17:29:34
【问题描述】:
如何在 jOOQ 中添加 Where 子句和更新查询?
AccountPaymentRecord aacntPaymentRec = new AccountPaymentRecord();
aacntPaymentRec.setReceiptNumber(PaymentNumberFrom);
aacntPaymentRec.setPaymentComment(ReasonFrom);
transfeeTransfer.update(aacntPaymentRec);
我还必须添加Where 子句。怎么做?
【问题讨论】: