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 void
AbstractSQLAnalyzer. analyzeNot(SQLNot expr)
protected SQLExpressionIF
FilterSQLOptimizer. filterNot(SQLNot expr)
protected int
BooleanSQLOptimizer. optimizeNot(SQLNot expr)
protected void
GenericSQLGenerator. whereSQLNot(SQLNot not, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-