|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.BuildCommand
oracle.olapi.syntax.SimpleCommand
oracle.olapi.syntax.ClearCommand
public final class ClearCommand
A SimpleCommand that deletes the specified data during a build process. You specify the data to delete by using one of the static constants of this class.
| Field Summary | |
|---|---|
static ClearCommand |
CLEARA constant that represents a command to clear either leaves or all values depending on the refresh method of the build. |
static ClearCommand |
CLEAR_AGGREGATESA constant that represents a command to clear the aggregate values of the measures specified in a BuildSpecification. |
static ClearCommand |
CLEAR_LEAVESA constant that represents a command to clear the leaf values of the measures specified in a BuildSpecification. |
static ClearCommand |
CLEAR_VALUESA constant that represents a command to clear all of the values of the measures specified in a BuildSpecification. |
| Method Summary | |
|---|---|
java.lang.String |
getClearTarget()Gets the value of one of the static constants of this class. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor, java.lang.Object context)Calls the visitClearCommand method of the SyntaxObjectVisitor and passes that method this ClearCommand 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 |
| Field Detail |
|---|
public static final ClearCommand CLEAR
public static final ClearCommand CLEAR_VALUES
BuildSpecification.public static final ClearCommand CLEAR_AGGREGATES
BuildSpecification.public static final ClearCommand CLEAR_LEAVES
BuildSpecification.| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitClearCommand method of the SyntaxObjectVisitor and passes that method this ClearCommand and an Object.visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.Object returned by the visitClearCommand method.public java.lang.String getClearTarget()
String that contains the value of one of the static constants of this class.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||