Uses of Class
net.ontopia.persistence.query.sql.SQLExists
-
Packages that use SQLExists Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLExists in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLExists Modifier and Type Method Description protected voidAbstractSQLAnalyzer. analyzeExists(SQLExists expr)protected SQLExpressionIFFilterSQLOptimizer. filterExists(SQLExists expr)protected intBooleanSQLOptimizer. optimizeExists(SQLExists expr)protected voidGenericSQLGenerator. whereSQLExists(SQLExists exists, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo pinfo)
-