Uses of Class
lumis.util.query.QueryTable
-
Packages that use QueryTable Package Description 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 Modifier and Type Method Description QueryTable
QueryBuilder. getTable(TableSource tableSource)
-
Uses of QueryTable in lumis.doui.table.field
Methods in lumis.doui.table.field that return QueryTable Modifier and Type Method Description 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 Modifier and Type Method Description List<QueryTable>
TableSourceFieldMapping. getTables()
Methods in lumis.doui.table.field with parameters of type QueryTable Modifier and Type Method Description 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 Modifier and Type Field Description protected QueryTable
QueryBase. mainTable
The main table of this query.Fields in lumis.util.query with type parameters of type QueryTable Modifier and Type Field Description protected Vector<QueryTable>
QueryBase. tables
Methods in lumis.util.query that return QueryTable Modifier and Type Method Description 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 Modifier and Type Method Description Vector<QueryTable>
QueryBase. getTables()
Methods in lumis.util.query with parameters of type QueryTable Modifier and Type Method Description 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 Modifier and Type Method Description protected void
GenericQueryAdapterJdbc. addQuerySqlFiltersByTable(StringBuilder sql, QueryTable queryTable, QueryBase query)
-