|
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.ExternalSourceExpression
The column mapping for an AWObject
. The mapping specifies the relational columns that contain the source data for the object.
An ExternalSourceExpression
specifies the source columns in a HierarchicalParentSourceExpression
, an AttributeSourceExpression
, a DimensionKeySourceExpression
, a MeasureSourceExpression
, or a CubeDimensionSourceExpression
.
A RestrictedSourceExpression
can place a restriction on the rows if the source columns are in a DimensionKeySourceExpression
, a MeasureSourceExpression
, or a CubeDimensionSourceExpression
.
RestrictedSourceExpression
, MappingGroup
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
ExternalSourceExpression(BaseObject input) Creates an ExternalSourceExpression for the specified source expression. |
Method Summary | |
void |
addSourceColumn(SourceColumn input) Adds the specified SourceColumn to the ExternalSourceExpression . |
SourceColumn |
CreateSourceColumn() Creates a SourceColumn in the ExternalSourceExpression . |
java.util.Vector |
getSourceColumns() Returns the source columns in the ExternalSourceExpression |
BaseObject |
getTargetObject() Returns the AWobject that is the target for the source data. |
void |
removeSourceColumn(SourceColumn input) Removes the specified SourceColumn from the ExternalSourceExpression |
void |
setTargetObject(BaseObject input) Specifies the AWObject that is the target for the source data. |
java.lang.String |
WriteToXML() Returns the ExternalSourceExpression 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 ExternalSourceExpression(BaseObject input)
ExternalSourceExpression
for the specified source expression.
The source expression can be a HierarchicalParentSourceExpression
, an AttributeSourceExpression
, a DimensionKeySourceExpression
, a MeasureSourceExpression
, a CubeDimensionSourceExpression
, or a RestrictedSourceExpression
.
input
- The source expression that owns the ExternalSourceExpression
.Method Detail |
public java.lang.String WriteToXML()
ExternalSourceExpression
as an XML string.String
containing the XML that represents the ExternalSourceExpression
.public void addSourceColumn(SourceColumn input)
SourceColumn
to the ExternalSourceExpression
.input
- The SourceColumn
to add.public void removeSourceColumn(SourceColumn input)
SourceColumn
from the ExternalSourceExpression
input
- The SourceColumn
to remove.public java.util.Vector getSourceColumns()
ExternalSourceExpression
Vector
of SourceColumn
objects.public void setTargetObject(BaseObject input)
AWObject
that is the target for the source data.input
- The target AWObject
.public BaseObject getTargetObject()
AWobject
that is the target for the source data.AWObject
.public SourceColumn CreateSourceColumn()
SourceColumn
in the ExternalSourceExpression
.SourceColumn
.
|
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 |