I'm not sure what you mean.
- What database are you using?
- What does your procedure look like?
Specifically, does your procedure return a CURSOR / ARRAY or any other
similar type? Or are you talking about OUT parameters?
Note that jOOQ currently supports CURSOR types only for Oracle. SQL Server
(or Postgres) stored procedures returning cursors / tables are currently
not supported, unless you resort to plain SQL:
// Call the T-SQL sp_help procedure (available in Sybase or SQL Server):
Result<?> result = create.fetch("sp_help");
Cheers
Lukas
2013/3/6 Wakin Imgen <[email protected]>
> How can I do so? I searched the manual, but to no avail.
>
> --
> 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.
>
>
>
--
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.