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.