Uses of Class
net.ontopia.persistence.query.sql.SQLColumns
Packages that use SQLColumns
-
Uses of SQLColumns in net.ontopia.persistence.query.sql
Fields in net.ontopia.persistence.query.sql declared as SQLColumnsModifier and TypeFieldDescriptionprotected SQLColumnsSQLJoin.leftprotected SQLColumnsSQLJoin.rightMethods in net.ontopia.persistence.query.sql that return SQLColumnsMethods in net.ontopia.persistence.query.sql with parameters of type SQLColumnsModifier and TypeMethodDescriptionprotected 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 SQLColumnsModifierConstructorDescriptionSQLIn(SQLColumns left, SQLParameter right) SQLJoin(SQLColumns left, SQLColumns right) SQLJoin(SQLColumns left, SQLColumns right, int jointype)