Class SQLExists

java.lang.Object
net.ontopia.persistence.query.sql.SQLExists
All Implemented Interfaces:
SQLExpressionIF

public class SQLExists extends Object implements SQLExpressionIF
INTERNAL: SQL condition: exists. Evaluates to true if the left value contains the right value.

An EXISTS condition tests for existence of rows in a subquery.