Use the Factory.plainSQLField() methods.
Am 22.06.2011 13:45 schrieb "FractalizeR" <[email protected]>: > Hi. > > Can you please remind me, how do I emulate the following construction in > jooq: > > WHERE password=SHA1('blablabla')? > > As I can see, jooq doesn't have md5() and sha1() functions built-in > ( http://dev.mysql.com/doc/refman/5.5/en/encryption-functions.html#function_sha2 )
