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)
Field
Copyright © 2014. All Rights Reserved.