|
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.Index
Creates an index for an Attribute
, which enables a query to execute more quickly. Creating an Index
for an Attribute
causes the analytic workspace to implement the Attribute
as a RELATION
rather than as a VARIABLE
.
Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
Constructor Summary | |
Index(BaseObject owner) Creates an Index for the Dimension that owns the Attribute . |
Method Summary | |
java.lang.String |
Create(AWConnection connection) Creates the Index in the current analytic workspace. |
java.lang.String |
Delete(AWConnection connection) Removes the Index from the current analytic workspace. |
Attribute |
getAttribute() Gets the Attribute to which the Index applies. |
void |
setAttribute(Attribute input) Specifies the Attribute to which the Index applies. |
java.lang.String |
WriteToXML() Gets an XML representation of the Index . |
Methods inherited from class oracle.AWXML.BaseObject |
Alter, 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 |
Constructor Detail |
public Index(BaseObject owner)
Index
for the Dimension
that owns the Attribute
.owner
- The Dimension
for which you want to create an Index
.Method Detail |
public void setAttribute(Attribute input)
Attribute
to which the Index
applies.input
- The Attribute
to which the Index
applies.public Attribute getAttribute()
Attribute
to which the Index
applies.Attribute
to which the Index
applies.public java.lang.String WriteToXML()
Index
.String
that is an XML representation of the Index
.public java.lang.String Create(AWConnection connection)
Index
in the current analytic workspace.connection
- The AWConnection
that specifies the database connection.String
that contains success
.public java.lang.String Delete(AWConnection connection)
Index
from the current analytic workspace.connection
- The AWConnection
that specifies the database connection.String
that contains success
.
|
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 |