Class GenericSubQueryCondition

  • All Implemented Interfaces:
    java.io.Serializable

    public class GenericSubQueryCondition
    extends GenericFieldCondition
    Class represents a Condition for comparing a field with the outcome of a SubQuery ( e.g. TABLE.FIELD1 IS IN ( SELECT ...) ). NOTE: Works also in conjunction with operator EXISTS in which case the field should left null.
    See Also:
    Serialized Form