Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.syntax
Class LoadCommand

java.lang.Object
  extended by oracle.olapi.syntax.SyntaxObject
      extended by oracle.olapi.syntax.BuildCommand
          extended by oracle.olapi.syntax.SimpleCommand
              extended by oracle.olapi.syntax.LoadCommand


public final class LoadCommand
extends SimpleCommand

A SimpleCommand that loads data into measures from the source tables that are mapped to the measures. A synchronized load deletes data for dimension members that no longer exist and adds the data for new members. A load that is not synchronized adds the data for new members but does not delete data for dimension members that no longer exist.


Field Summary
static LoadCommand NO_SYNCH
          A constant that represents an unsynchronized load command in a BuildSpecification.
static LoadCommand SYNCH
          A constant that represents a synchronized load command in a BuildSpecification.

 

Method Summary
 java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
          Calls the visitLoadCommand method of the SyntaxObjectVisitor and passes that method this LoadCommand 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

SYNCH

public static final LoadCommand SYNCH
A constant that represents a synchronized load command in a BuildSpecification.

NO_SYNCH

public static final LoadCommand NO_SYNCH
A constant that represents an unsynchronized load command in a BuildSpecification.

Method Detail

visit

public java.lang.Object visit(SyntaxObjectVisitor visitor,
                              java.lang.Object context)
Calls the visitLoadCommand method of the SyntaxObjectVisitor and passes that method this LoadCommand and an Object.
Specified by:
visit in class SyntaxObject
Parameters:
visitor - A SyntaxObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitLoadCommand method.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.