Package | Description |
---|---|
net.ontopia.persistence.query.sql |
Object model for representing SQL queries.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSQLAnalyzer.analyzeIsNull(SQLIsNull expr) |
protected SQLExpressionIF |
FilterSQLOptimizer.filterIsNull(SQLIsNull expr) |
protected int |
BooleanSQLOptimizer.optimizeIsNull(SQLIsNull expr) |
protected void |
GenericSQLGenerator.whereSQLIsNull(SQLIsNull is_null,
StringBuilder sql,
net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info) |