Hi,

i use jooq for data base manipulation.I want to write a select statement 
with custom where cause. Meaning conditions comes as map and i creating a 
where cause by iterating a map.data in the map change time to time. That's 
why i iterating the map and create where cause

Map =>{fromDate=>2014-05-10,toDate=>2014-06-10,userId=25,type=>STAFF}



then creating a where cause like below.
where (fromDate="2014-05-10" and toDate="2014-06-10" and userId=25 and type=
"STAFF")


So can i write a where cause inline.


Thank you
Amila

-- 
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 jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to