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 SQLColumnsSQLJoin. leftprotected SQLColumnsSQLJoin. rightMethods in net.ontopia.persistence.query.sql that return SQLColumns Modifier and Type Method Description SQLColumnsSQLJoin. getLeft()SQLColumnsSQLJoin. getRight()Methods in net.ontopia.persistence.query.sql with parameters of type SQLColumns Modifier and Type Method Description protected voidRedundantTablesSQLOptimizer. addTableColumns(SQLExpressionIF expr, SQLColumns cols)protected voidAbstractSQLAnalyzer. analyzeColumns(SQLExpressionIF expr, SQLColumns value)protected SQLValueIFFilterSQLOptimizer. filterColumns(SQLColumns value)protected voidGenericSQLGenerator. selectSQLColumns(SQLColumns columns, SQLValueIF refvalue, boolean register, StringBuilder sql, net.ontopia.persistence.query.sql.GenericSQLGenerator.BuildInfo info, boolean nonagg)voidSQLJoin. setLeft(SQLColumns left)voidSQLJoin. 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)
-