There is a convenient builder for Select queries, e.g. SelectQuery query = 
selectDistinct().from( myTable ).getQuery(); and then 
query.addConditions(...); query.addFrom(...) etc.

Is there a similar builder for Delete and Update statements? Like 
deleteFrom(table).getQuery().addConditions(...).

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