Uses of Class
net.ontopia.persistence.query.sql.SQLNot
-
Packages that use SQLNot Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLNot in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLNot Modifier and Type Method Description protected voidAbstractSQLAnalyzer. analyzeNot(SQLNot expr)protected SQLExpressionIFFilterSQLOptimizer. filterNot(SQLNot expr)protected intBooleanSQLOptimizer. optimizeNot(SQLNot expr)protected voidGenericSQLGenerator. whereSQLNot(SQLNot not, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-