Hi Lokesh,

This would depend on the concrete query that you're running.

- If you're selecting generated TableField instances, then
TableField.getTable() can be used
- If you're selecting plain SQL Fields or aliased fields, or any kind of
expression, you'll have to manage yourself.

What does the query you're running look like?

Cheers,
Lukas



2015-12-21 21:09 GMT+01:00 <[email protected]>:

> Hi,
>
> From a join query result record, how could I know which field belongs to
> which table? Or, how do I group the fields by table name?
>
> Thanks,
> Lokesh
>
> --
> 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.
>

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