Hi,

I was wondering wether it's possible to extract fields from a select, but 
without being limited to their alias?
If I use select.fields() I get the alias of the fields, but I cannot access 
the underlying expression of each one.

This would be useful for extracting selected expressions from an unknown 
select and adding filters based on them (without doing a subselect, for 
which alias fields are fine).

As a workaround, I guess I can always keep a separate collection of fields 
and provide it with the select, but I would like to avoid doing that if 
possible.

Thank you

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