Uses of Class
net.ontopia.persistence.query.sql.SQLIsNull
-
Packages that use SQLIsNull Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLIsNull in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLIsNull Modifier and Type Method Description protected voidAbstractSQLAnalyzer. analyzeIsNull(SQLIsNull expr)protected SQLExpressionIFFilterSQLOptimizer. filterIsNull(SQLIsNull expr)protected intBooleanSQLOptimizer. optimizeIsNull(SQLIsNull expr)protected voidGenericSQLGenerator. whereSQLIsNull(SQLIsNull is_null, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-