Package org.ehrbase.aql.sql.binding
Class InSetWhereClause
java.lang.Object
org.ehrbase.aql.sql.binding.InSetWhereClause
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 -
Method Summary
-
Constructor Details
-
InSetWhereClause
-
-
Method Details
-
isInSubQueryExpression
public boolean isInSubQueryExpression(int cursor)
-