> main thing is i already used the where and i need to add a condition case in
> another condition i need  something to start the ( )

I'm not exactly sure where you're running into trouble. Does the
answer I gave you on Stack Overflow help at all?
http://stackoverflow.com/questions/11247797/jooq-nested-condition/11262608

When you write
.where(...)

The argument to pass to the where() method is a Condition. Conditions
can be arbitrarily nested using Condition.and() and Condition.or() as
well as other useful methods documented in the Javadoc and in the
manual.

Did that help?

Reply via email to