Uses of Class
net.ontopia.persistence.query.sql.SQLColumns

Packages that use SQLColumns
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
protected  SQLColumns SQLJoin.left
           
protected  SQLColumns SQLJoin.right
           
 

Methods in net.ontopia.persistence.query.sql that return SQLColumns
 SQLColumns SQLJoin.getLeft()
           
 SQLColumns SQLJoin.getRight()
           
 

Methods in net.ontopia.persistence.query.sql with parameters of type SQLColumns
protected  void RedundantTablesSQLOptimizer.addTableColumns(SQLExpressionIF expr, SQLColumns cols)
           
protected  void AbstractSQLOptimizer.analyzeColumns(SQLColumns value)
           
protected  void AbstractSQLAnalyzer.analyzeColumns(SQLExpressionIF expr, SQLColumns value)
           
protected  SQLValueIF FilterSQLOptimizer.filterColumns(SQLColumns value)
           
protected  void GenericSQLGenerator.selectSQLColumns(SQLColumns columns, SQLValueIF refvalue, boolean register, java.lang.StringBuffer 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
SQLIn(SQLColumns left, SQLParameter right)
           
SQLJoin(SQLColumns left, SQLColumns right)
           
SQLJoin(SQLColumns left, SQLColumns right, int jointype)
           
 



Copyright © 2000-2012 Ontopia.