... sent too early
2015-05-06 16:15 GMT+02:00 Lukas Eder <[email protected]>:
> Hmm, yes, I haven't thought of that yet. That's tricky. The static table
> reference DO_SOMETHING is needed to dereference result columns. At the same
> time, it unfortunately is of type Table<?>, which makes it a compatible
> argument to the from() clause, even if that doesn't make any sense.
>
> Note also, there is a generated method Tables.DO_SOMETHING(Long), so you
> might also be able to call your function like this:
>
Long result = ctx.select(DO_SOMETHING.DO_SOMETHING_).
from(DO_SOMETHING(1L)).
fetchOne().
value1();
We've had little feedback about usability of table-valued functions on this
list so far. So any feedback for improvements is very welcome!
--
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.