Modifier and Type | Method and Description |
---|---|
Expression |
Expression.all(ReportQuery subQuery) |
Expression |
Expression.any(ReportQuery subQuery) |
Expression |
Expression.exists(ReportQuery subQuery)
PUBLIC:
Return a sub query expression.
|
Expression |
Expression.in(ReportQuery subQuery) |
Expression |
Expression.notExists(ReportQuery subQuery)
PUBLIC:
Return a sub query expression.
|
Expression |
Expression.notIn(ReportQuery subQuery) |
Expression |
Expression.some(ReportQuery subQuery) |
Expression |
Expression.subQuery(ReportQuery subQuery)
PUBLIC:
Return a sub query expression.
|
Modifier and Type | Field and Description |
---|---|
protected ReportQuery |
SubSelectExpression.subQuery |
Modifier and Type | Method and Description |
---|---|
ReportQuery |
SubSelectExpression.getSubQuery() |
Modifier and Type | Method and Description |
---|---|
void |
SubSelectExpression.setSubQuery(ReportQuery subQuery) |
Constructor and Description |
---|
SubSelectExpression(ReportQuery query,
Expression baseExpression) |
Modifier and Type | Method and Description |
---|---|
ReportQuery |
SubqueryNode.getReportQuery(GenerationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ReportItem.initialize(ReportQuery query)
INTERNAL:
Looks up mapping for attribute during preExecute of ReportQuery
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReportQueryResult.buildResult(ReportQuery query,
AbstractRecord row,
Vector toManyData)
INTERNAL:
Create an array of attribute values (converted from raw field values using the mapping).
|
void |
ConstructorReportItem.initialize(ReportQuery query)
INTERNAL:
Looks up mapping for attribute during preExecute of ReportQuery
|
protected Object |
ReportQueryResult.processItem(ReportQuery query,
AbstractRecord row,
Vector toManyData,
ReportItem item)
INTERNAL:
Return a value from an item and database row (converted from raw field values using the mapping).
|
Constructor and Description |
---|
ReportQueryResult(ReportQuery query,
AbstractRecord row,
Vector toManyResults) |
Copyright © 2022. All rights reserved.