Uses of Class
net.ontopia.persistence.query.sql.SQLColumns
-
Packages that use SQLColumns Package Description net.ontopia.persistence.query.sql Object model for representing SQL queries. -
-
Uses of SQLColumns in net.ontopia.persistence.query.sql
Fields in net.ontopia.persistence.query.sql declared as SQLColumns Modifier and Type Field Description protected SQLColumns
SQLJoin. left
protected SQLColumns
SQLJoin. right
Methods in net.ontopia.persistence.query.sql that return SQLColumns Modifier and Type Method Description SQLColumns
SQLJoin. getLeft()
SQLColumns
SQLJoin. getRight()
Methods in net.ontopia.persistence.query.sql with parameters of type SQLColumns Modifier and Type Method Description protected void
RedundantTablesSQLOptimizer. addTableColumns(SQLExpressionIF expr, SQLColumns cols)
protected void
AbstractSQLAnalyzer. analyzeColumns(SQLExpressionIF expr, SQLColumns value)
protected SQLValueIF
FilterSQLOptimizer. filterColumns(SQLColumns value)
protected void
GenericSQLGenerator. selectSQLColumns(SQLColumns columns, SQLValueIF refvalue, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info, boolean nonagg)
void
SQLJoin. setLeft(SQLColumns left)
void
SQLJoin. setRight(SQLColumns right)
Constructors in net.ontopia.persistence.query.sql with parameters of type SQLColumns Constructor Description SQLIn(SQLColumns left, SQLParameter right)
SQLJoin(SQLColumns left, SQLColumns right)
SQLJoin(SQLColumns left, SQLColumns right, int jointype)
-