Fires a query against the data-source and returns a single value. The current data-row is used as source for the
parameters of the query. The parameters that should be used must be declared as list of fields.
author: Thomas Morgner
Returns the name of the result-column. The result-column specified the name of the column of the query's
result-table that should be used. If undefined, the first column is used.
the result column name.
Defines the query name.
Parameters: query - the query name.
setResultColumn
public void setResultColumn(String resultColumn)(Code)
Defines the name of the result-column. The result-column specified the name of the column of the query's
result-table that should be used. If undefined, the first column is used.
Parameters: resultColumn - the result column name.
Methods inherited from org.jfree.report.function.ColumnAggregationExpression