Uses of Class
lumis.util.query.QueryTable

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

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.
protected  void TableSourceFieldMapping.applyTable(QuerySelect querySelect, QueryTable table)
          Includes a table in a query.
protected  void TableSourceFieldMapping.applyTableJoins(QuerySelect querySelect, QueryTable table)
          Includes in a query the joins of a given table.
 

Uses of QueryTable in lumis.util.query
 

Fields in lumis.util.query declared as QueryTable
protected  QueryTable QueryBase.mainTable
          The main table of this 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  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.