Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-01
Beta Draft

oracle.olapi.syntax
Class SimpleCommand

java.lang.Object
  extended by oracle.olapi.syntax.SyntaxObject
      extended by oracle.olapi.syntax.BuildCommand
          extended by oracle.olapi.syntax.SimpleCommand
Direct Known Subclasses:
AnalyzeCommand, AssignmentCommand, ClearCommand, CompileCommand, LoadCommand, ModelCommand, OLAPDMLCommand, PLSQLCommand, SolveCommand, SolveStepCommand

public abstract class SimpleCommand
extends BuildCommand

An abstract base class for simple build commands. A SimpleCommand represents a single command in a BuildSpecification.


Method Summary
 
Methods inherited from class oracle.olapi.syntax.SyntaxObject
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


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