Skip navigation links
oracle.olapi.syntax
Class AnalyzeCommand
java.lang.Object
oracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.BuildCommand
oracle.olapi.syntax.SimpleCommand
oracle.olapi.syntax.AnalyzeCommand
-
public final class AnalyzeCommand
- extends SimpleCommand
A SimpleCommand that directs Oracle OLAP to analyze the procedures that a BuildProcess performs as it builds an MdmCube or an MdmPrimaryDimension. Oracle OLAP stores the results of the analysis. The information can be used to optimize the performance of a SQL or PL/SQL query that uses the embedded total (ET) views that Oracle OLAP generates for the cube or dimension.
An AnalyzeCommand should be the last BuildCommand in the BuildSpecification for a BuildItem.
| Field Summary |
static AnalyzeCommand |
INSTANCE
A constant that represents an instance of an AnalyzeCommand in a BuildSpecification. |
| Method Summary |
java.lang.Object |
visit(SyntaxObjectVisitor visitor, java.lang.Object context)
Calls the visitAnalyzeCommand method of the SyntaxObjectVisitor and passes that method this AnalyzeCommand and an Object. |
| Methods inherited from class oracle.olapi.syntax.SyntaxObject |
fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final AnalyzeCommand INSTANCE
- A constant that represents an instance of an
AnalyzeCommand in a BuildSpecification.
visit
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
- Calls the
visitAnalyzeCommand method of the SyntaxObjectVisitor and passes that method this AnalyzeCommand and an Object.
-
- Specified by:
visit in class SyntaxObject
-
- Parameters:
visitor - A SyntaxObjectVisitor.
context - An Object.
- Returns:
- The
Object returned by the visitAnalyzeCommand method.
Skip navigation links