Class InPredicate

    • Method Detail

      • hasSelectQuery

        public boolean hasSelectQuery()
        Checks if InPredicate has a sub query.
        Returns:
        true if predicate has a sub query, otherwise return false
      • getExpression

        public ValueExpression getExpression()
        Returns the left expression in the [NOT] IN predicate.
        Returns:
        expression in predicate
      • getOperands

        public List<ValueExpression> getOperands()
        Returns the value expressions in the [NOT] IN predicate.
        Returns:
        value expression operands
      • getSelectQuery

        public Select getSelectQuery()
        Returns the sub select query in the [NOT] IN predicate.
        Returns:
        sub select query