Hi Lucas,

Thanks for your reply, I am sorry i didn't explain my requirement clearly 
in my post.

The requirement is for some part of the procedures i am using Routine to 
execute it. But for some of
the procedures are created endusers through the application and that has to 
be executed without 
creating routine. I need both ways to execute the procedure.

Is there any way for this?

Thanks,

Karthikeyan.


On Friday, 28 March 2014 16:16:23 UTC+5:30, Lukas Eder wrote:
>
> Hi Karthikeyan,
>
> You can use the includes / excludes settings to exclude most of your 
> generated artefacts, including routines. See the manual for details:
>
> http://www.jooq.org/doc/latest/manual/code-generation/codegen-configuration/
>
>       <!-- All elements that are generated from your schema (A Java regular 
> expression. 
>            Use the pipe to separate several expressions) Watch out for
>            case-sensitivity. Depending on your database, this might be
>            important! You can create case-insensitive regular expressions
>            using this syntax: (?i:expr) -->
>       <includes>.*</includes>
>
>       <!-- All elements that are excluded from your schema (A Java regular 
> expression. 
>            Use the pipe to separate several expressions). Excludes match 
> before
>            includes -->
>       <excludes></excludes>
>
>
> Hope this helps,
> Lukas
>
> 2014-03-28 11:03 GMT+01:00 <[email protected] <javascript:>>:
>
>> Hi Jooq Team,
>>
>> I have many procedures in my application. Creating routines for all the 
>> procedure is not possible.
>>
>> Is there any way to execute the procedure without creating routine?
>>
>>
>> Thanks
>>
>> Karthikeyan.
>>
>> -- 
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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/d/optout.

Reply via email to