Class InSetWhereClause


  • public class InSetWhereClause
    extends Object
    deals with sub-query expressions to identify whether correlated query is required (LATERAL join) Sub queries are specified at https://www.postgresql.org/docs/13/functions-subquery.html AQL MATCHES is substituted with IN since it is not a standard SQL operator
    • Constructor Detail

      • InSetWhereClause

        public InSetWhereClause​(List<Object> whereItems)
    • Method Detail

      • isInSubQueryExpression

        public boolean isInSubQueryExpression​(int cursor)