Uses of Class
net.ontopia.persistence.query.sql.SQLOr
-
Packages that use SQLOr Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLOr in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLOr Modifier and Type Method Description protected void
AbstractSQLAnalyzer. analyzeOr(SQLOr expr)
protected SQLExpressionIF
FilterSQLOptimizer. filterOr(SQLOr expr)
protected int
BooleanSQLOptimizer. optimizeOr(SQLOr expr)
protected void
GenericSQLGenerator. whereSQLOr(SQLOr or, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-