public interface QuantifiedSelect<R extends Record> extends QueryPart
 A QuantifiedSelect models the right hand side of a quantified
 comparison predicate. Examples of such predicates:
 
ANY (SELECT 1 FROM DUAL)ALL (SELECT 1 FROM DUAL)FieldCopyright © 2015. All Rights Reserved.