Package org.ehrbase.aql.sql.binding
Class InSetWhereClause
- java.lang.Object
-
- org.ehrbase.aql.sql.binding.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 Summary
Constructors Constructor Description InSetWhereClause(List<Object> whereItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInSubQueryExpression(int cursor)
-