|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| 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 expression specifies the relational columns that contain the source data for the AWObject. The subclasses of ExternalSourceExpression specify mappings for different types of AWObject objects.
RestrictedSourceExpression, MappingGroup| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
ExternalSourceExpression(BaseObject input)Creates an ExternalSourceExpression for the specified MappingGroup. |
|
| Method Summary | |
void |
addSourceColumn(SourceColumn input)Adds the specified SourceColumn to the ExternalSourceExpression. |
SourceColumn |
CreateSourceColumn()Creates a SourceColumn for the ExternalSourceExpression. |
java.util.Vector |
getSourceColumns()Gets a list of the SourceColumn objects owned by the ExternalSourceExpression. |
BaseObject |
getTargetObject()Gets the AWObject to which the source data is mapped. |
void |
removeSourceColumn(SourceColumn input)Removes the specified SourceColumn from the ExternalSourceExpression. |
void |
setTargetObject(BaseObject input)Specifies the AWObject to which the source data is mapped. |
java.lang.String |
WriteToXML()Gets an XML representation of the ExternalSourceExpression. |
| 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 MappingGroup.input - The MappingGroup that you want to own the ExternalSourceExpression.| Method Detail |
public java.lang.String WriteToXML()
ExternalSourceExpression.String 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()
SourceColumn objects owned by the ExternalSourceExpression.Vector of the SourceColumn objects owned by the ExternalSourceExpression.public void setTargetObject(BaseObject input)
AWObject to which the source data is mapped.input - The AWObject to which the source data is mapped.public BaseObject getTargetObject()
AWObject to which the source data is mapped.AWObject to which the source data is mapped.public SourceColumn CreateSourceColumn()
SourceColumn for the ExternalSourceExpression.SourceColumn.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||