Well, how would you imagine that working in raw SQL.  If you don't include
the table name and you have more the one column with the same name you'll
get an ambiguous error.

Jooq is an abstraction of your DB and I'm trying to see how you'd build
this query you're trying to write in Jooq.



On Sat, Apr 8, 2017 at 8:24 AM, Kevin Embree <[email protected]> wrote:

> I have been following the example given in blog post.
> https://blog.jooq.org/2015/06/17/implementing-client-side-
> row-level-security-with-jooq/
>
> In this example it pushes a condition if a specific column on a specific
> table is present in the query.
>
> pushConditions(context, ACCOUNTS,
>         ACCOUNTS.ID, ids);
>
> I'm looking to push a condition for a column with a specific name on ANY
> table that has that column present. I'm having trouble figuring out how to
> identify/grab/return the Field of interest to push it into the condition.
> Any help you can provide would be greatly apprecitated.
>
> Many thanks,
> -Kevin
>
> --
> 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.
>



-- 
Thank you
Samir Faci
https://keybase.io/csgeek

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