Uses of Class
lumis.util.query.QueryTable

Packages that use QueryTable
lumis.content.table   
lumis.doui.table   
lumis.doui.table.field   
lumis.util.query   
lumis.util.query.jdbc   
 

Uses of QueryTable in lumis.content.table
 

Methods in lumis.content.table that return QueryTable
protected  QueryTable ContentQueryBuilder.getMetaDataTable()
          Creates and returns the Meta Data table
protected  QueryTable ContentQueryBuilder.getMetaDataVersionTable()
          Creates and returns the Meta Data Version table
 

Uses of QueryTable in lumis.doui.table
 

Methods in lumis.doui.table that return QueryTable
 QueryTable QueryBuilder.getTable(TableSource tableSource)
           
 

Uses of QueryTable in lumis.doui.table.field
 

Methods in lumis.doui.table.field that return QueryTable
 QueryTable TableSourceFieldMapping.addTable(String newTableName, String newTableColumn, QueryTable joinTable, String joinTableColumn)
          Adds a table to this mapping, including a join filter with it.
 

Methods in lumis.doui.table.field that return types with arguments of type QueryTable
 List<QueryTable> TableSourceFieldMapping.getTables()
           
 

Methods in lumis.doui.table.field with parameters of type QueryTable
 QueryTable TableSourceFieldMapping.addTable(String newTableName, String newTableColumn, QueryTable joinTable, String joinTableColumn)
          Adds a table to this mapping, including a join filter with it.
 

Uses of QueryTable in lumis.util.query
 

Fields in lumis.util.query with type parameters of type QueryTable
protected  Vector<QueryTable> QueryBase.tables
           
 

Methods in lumis.util.query that return QueryTable
 QueryTable QueryBase.getTable()
           
 QueryTable QueryBase.getTable(String tableName)
           
 QueryTable QueryBase.getTableByRelationId(String relationId)
           
 QueryTable QueryField.getTableOrView()
           
 

Methods in lumis.util.query that return types with arguments of type QueryTable
 Vector<QueryTable> QueryBase.getTables()
           
 

Methods in lumis.util.query with parameters of type QueryTable
 void QueryBase.addTable(QueryTable table)
           
 void QueryBase.setTable(QueryTable table)
           
 void QueryField.setTableOrView(QueryTable tableOrView)
           
 

Uses of QueryTable in lumis.util.query.jdbc
 

Methods in lumis.util.query.jdbc with parameters of type QueryTable
protected  void GenericQueryAdapterJdbc.addQuerySqlFiltersByTable(StringBuilder sql, QueryTable queryTable, QueryBase query)
           
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.