oracle.AWXML
Class SessionCalculatedMember
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.CalculatedMember
|
+--oracle.AWXML.SessionCalculatedMember
- public class SessionCalculatedMember
- extends CalculatedMember
A CalculatedMember
that is stored during the current session and discarded when the workspace is closed.
- See Also:
PermanentCalculatedMember
Method Summary |
java.lang.String |
Alter(AWConnection connection)
Alters the class attributes of the SessionCalculatedMember in the current analytic workspace of the specified database connection. |
java.lang.String |
Create(AWConnection connection)
Creates the SessionCalculatedMember in the current analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection)
Deletes the SessionCalculatedMember in the current analytic workspace of the specified database connection. |
java.lang.String |
WriteToXML()
Returns the SessionCalculatedMember as an XML string. |
Methods inherited from class oracle.AWXML.BaseObject |
CreateAfter, CreateBefore, CreateFirst, DataRead, 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 |
SessionCalculatedMember
public SessionCalculatedMember(BaseObject input)
- Creates a
SessionCalculatedMember
for the specified Dimension
.
-
- Parameters:
input
- The Dimension
that owns the SessionCalculatedMember
.
WriteToXML
public java.lang.String WriteToXML()
- Returns the
SessionCalculatedMember
as an XML string.
-
- Overrides:
- WriteToXML in class CalculatedMember
-
- Returns:
- A
String
containing the XML that represents the SessionCalculatedMember
.
Create
public java.lang.String Create(AWConnection connection)
- Creates the
SessionCalculatedMember
in the current analytic workspace of the specified database connection.
-
- Overrides:
- Create in class BaseObject
-
- Parameters:
connection
- The AWConnection
that specifies the database connection.
- Returns:
- "
success
" if successful.
Delete
public java.lang.String Delete(AWConnection connection)
- Deletes the
SessionCalculatedMember
in the current analytic workspace of the specified database connection.
-
- Overrides:
- Delete in class CalculatedMember
-
- Parameters:
connection
- The AWConnection
that specifies the database connection.
- Returns:
- "
success
" if successful.
Alter
public java.lang.String Alter(AWConnection connection)
- Alters the class attributes of the
SessionCalculatedMember
in the current analytic workspace of the specified database connection.
-
- Overrides:
- Alter in class CalculatedMember
-
- Parameters:
connection
- The AWConnection
that specifies the database connection.
- Returns:
- "
success
" if successful.
Copyright © 2003, 2005 Oracle. All rights reserved.