SQLExpressionExists

public struct SQLExpressionExists : SQLExpression

This type is an implementation detail of the query interface. Do not use it directly.

See https://github.com/groue/GRDB.swift/#the-query-interface

Low Level Query Interface

SQLExpressionExists is an expression that checks if a subquery would return rows or not with the EXISTS operator.