Hmm, I'm not sure if I understand this question. MySQLFactory was removed
in jOOQ 3.0, and it didn't have any addConditions() method, before...

Cheers
Lukas


2014/1/17 sud <[email protected]>

> Hi,
>
> How to add a dummy string statement in jooq condition clause?
> Say for example
> here is my query
>
> SELECT * FROM TABLE WHERE <condition1> ;
>
> i need the query to be
>
> SELECT * FROM TABLE WHERE <condition1> and "somestring";
>
> I am using mysqlFactory class to add conditions
>
> but the factory accepts only condition objects
>
> mysqlFactory.addConditions(Condition condition);
>
>
>  --
> 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.

Reply via email to