Well, yeah. It turns out, I needed this for jOOQ's internals a long
time ago. Instead of writing:
Factory.field("'" + somestring.replaceAll("'", "''") + "'");
Factory.inline(somestring);
Much better now :-)
2012/4/13 Andrea Pretto <[email protected]>:
> Wow.
> Thanks for the fast response and coding :-D.
> I'll give it a try in the next days.
>
> Cheers.
>
> 2012/4/13 Lukas Eder <[email protected]>:
>> Hello,
>>
>> This is implemented on SVN trunk and will be part of jOOQ 2.3.0:
>> https://sourceforge.net/apps/trac/jooq/ticket/1302
>>
>> The relevant methods, added to the Factory API are overloaded versions
>> of Factory.inline(). Also, org.jooq.Param now has a getter/setter to
>> update the inline flag on a specific bind value.
>>
>> Thanks again, for your input
>> Cheers
>> Lukas
>>