Uses of Class
net.ontopia.persistence.query.sql.SQLAnd
-
Packages that use SQLAnd Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLAnd in net.ontopia.persistence.query.sql
Methods in net.ontopia.persistence.query.sql with parameters of type SQLAnd Modifier and Type Method Description protected voidAbstractSQLAnalyzer. analyzeAnd(SQLAnd expr)protected SQLExpressionIFFilterSQLOptimizer. filterAnd(SQLAnd expr)protected intBooleanSQLOptimizer. optimizeAnd(SQLAnd expr)protected voidGenericSQLGenerator. whereSQLAnd(SQLAnd and, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-