public abstract class ColumnAggregationExpression extends AbstractExpression
| Modifier | Constructor and Description |
|---|---|
protected |
ColumnAggregationExpression() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
getFieldListParameterPosition() |
protected java.lang.Object[] |
getFieldValues() |
protected java.lang.Object[] |
getFieldValues(java.lang.Class type) |
clone, getDataRow, getInstance, getName, getParentLocale, getReportConfiguration, getResourceBundleFactory, getRuntime, isDeepTraversing, isPrecompute, isPreserve, setDeepTraversing, setName, setPrecompute, setPreserve, setRuntimeequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeValueprotected abstract int getFieldListParameterPosition()
protected java.lang.Object[] getFieldValues()
throws DataSourceException
DataSourceExceptionprotected java.lang.Object[] getFieldValues(java.lang.Class type)
throws DataSourceException
DataSourceException