Package | Description |
---|---|
lumis.doui.table | |
lumis.doui.table.field | |
lumis.util.query | |
lumis.util.query.jdbc |
Modifier and Type | Method and Description |
---|---|
QueryTable |
QueryBuilder.getTable(TableSource tableSource) |
Modifier and Type | Method and Description |
---|---|
QueryTable |
TableSourceFieldMapping.addTable(String newTableName,
String newTableColumn,
QueryTable joinTable,
String joinTableColumn)
Adds a table to this mapping, including a join filter with it.
|
Modifier and Type | Method and Description |
---|---|
List<QueryTable> |
TableSourceFieldMapping.getTables() |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected QueryTable |
QueryBase.mainTable
The main table of this query.
|
Modifier and Type | Field and Description |
---|---|
protected Vector<QueryTable> |
QueryBase.tables |
Modifier and Type | Method and Description |
---|---|
QueryTable |
QueryBase.getTable() |
QueryTable |
QueryBase.getTable(String tableName) |
QueryTable |
QueryBase.getTableByRelationId(String relationId) |
QueryTable |
QueryField.getTableOrView() |
Modifier and Type | Method and Description |
---|---|
Vector<QueryTable> |
QueryBase.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
QueryBase.addTable(QueryTable table) |
void |
QueryBase.setTable(QueryTable table) |
void |
QueryField.setTableOrView(QueryTable tableOrView) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenericQueryAdapterJdbc.addQuerySqlFiltersByTable(StringBuilder sql,
QueryTable queryTable,
QueryBase query) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.