|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.AWXML.BaseObject | +--oracle.AWXML.AggregationOperator
An abstract class that specifies the operator used in an Aggregation
.
The default aggregation operator is addition. Valid operator names are specified as BaseOperator
objects.
Aggregation
, OperatorType
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
AggregationOperator(BaseObject input) Creates an AggregationOperator for the specified Aggregation . |
Method Summary | |
java.lang.String |
getOpcode() Returns the name of the aggregation operator. |
java.lang.String |
WriteToXML() Returns the AggregationOperator as an XML string. |
Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AggregationOperator(BaseObject input)
AggregationOperator
for the specified Aggregation
.input
- The Aggregation
that owns the AggregationOperator
.Method Detail |
public java.lang.String WriteToXML()
AggregationOperator
as an XML string.String
containing the XML that represents the AggregationOperator
.public java.lang.String getOpcode()
The name is a valid value of BaseOperator
. The default value is "SUM
".
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |