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 void
AbstractSQLAnalyzer. analyzeAnd(SQLAnd expr)
protected SQLExpressionIF
FilterSQLOptimizer. filterAnd(SQLAnd expr)
protected int
BooleanSQLOptimizer. optimizeAnd(SQLAnd expr)
protected void
GenericSQLGenerator. whereSQLAnd(SQLAnd and, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info)
-