|
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.PreComputeClause
A set of dimension members in an AggregationHierarchySpecification
for which data should be precalculated with the OLAP DML AGGREGATE command.
A PreComputeClause
is implemented as a precompute clause in an OLAP DML RELATION statement. Its owning AggregationDefinition
is implemented as the aggmap that includes the RELATION statement.
PreComputeClause
uses a DimensionMemberSelection
to specify a set of dimension members to be included in the aggregation or excluded from the aggregation.
For more information, see the OLAP DML Reference.
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
PreComputeClause(BaseObject input) Creates a PreComputeClause for the specified AggregationHierarchySpecification . |
Method Summary | |
void |
addDimensionMemberExpression(DimensionMemberExpression input) Adds the specified DimensionMemberExpression . |
DimensionMemberExpression |
createDimensionMemberExpression() Creates a DimensionMemberExpression for the PreComputeClause . |
java.util.Vector |
getDimensionMemberExpressions() Returns the DimensionMemberExpression objects associated with the PreComputeClause . |
void |
removeDimensionMemberExpression(DimensionMemberExpression input) Removes a DimensionMemberExpression . |
java.lang.String |
WriteToXML() Returns the PreComputeClause 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 PreComputeClause(BaseObject input)
PreComputeClause
for the specified AggregationHierarchySpecification
.input
- The AggregationHierarchySpecification
that owns the PreComputeClause
.Method Detail |
public void addDimensionMemberExpression(DimensionMemberExpression input)
DimensionMemberExpression
. A DimensionMemberExpression
specifies a set of one or more dimension members or levels.input
- The DimensionMemberExpression
to add.public void removeDimensionMemberExpression(DimensionMemberExpression input)
DimensionMemberExpression
.input
- The DimensionMemberExpression
to remove.public java.util.Vector getDimensionMemberExpressions()
DimensionMemberExpression
objects associated with the PreComputeClause
.Vector
of DimensionMemberExpression
object.public java.lang.String WriteToXML()
PreComputeClause
as an XML string.String
containing the XML that represents the PreComputeClause
.public DimensionMemberExpression createDimensionMemberExpression()
DimensionMemberExpression
for the PreComputeClause
.DimensionMemberExpression
.
|
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 |