2014-02-10 8:13 GMT+01:00 Sha <[email protected]>:

> Hi Lukas,
>  Please find my below comments.
>
>
> On Thursday, February 6, 2014 11:24:34 PM UTC+5:30, Lukas Eder wrote:
>>
>> Hi Shyam,
>>
>> Yes stored procedures are supported by jOOQ's code generator. See the
>> relevant sections of the manual:
>> - http://www.jooq.org/doc/3.2/manual/sql-execution/stored-procedures/
>>
> I have gone through this section several times, here we are passing IN
> parameter and fetching OUT parameter, it a kind-of-black-box.
> We do not know what are actual logic inside the stored procedure.  Is
> there any way using our jOOQ, convert that logic into equivalent java code
> i.e. DSL API way?
> i.e. without writing it all again manually. i.e auto convert the logic
> into java using DSL API.
>

So, in essence, this is the same question as the one you were asking here:
https://groups.google.com/forum/#!topic/jooq-user/RY32oiv_F84

No, currently, you cannot auto-convert T-SQL into "jOOQ-SQL"

-- 
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