Field<Boolean> field = field(exists(selectOne().from(CONTACT).where(CONTACT.ID.eq(12))));
referring to http://stackoverflow.com/a/16467634/426834 "select exists" returns "true" or "false" for the subquery. What is the idiomatic equivalent in jooq?
--
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 jooq-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.