|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-06 |
||||||||
| 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.CompileCommand
public final class CompileCommand
A SimpleCommand that causes the build process to determine and validate relationships, such as the attributes of a dimension, and to store information about the relationships. You can use a CompileCommand after a LoadCommand in a BuildSpecification. An application gets a CompileCommand by using the INSTANCE static field constant.
| Field Summary | |
|---|---|
static CompileCommand |
DEFAULTProduces a CompileCommand that executes a default load. |
static java.lang.String |
DEFAULT_OPTIONA constant that represents a default load. |
static CompileCommand |
INSTANCEProduces a CompileCommand that executes a default load. |
static CompileCommand |
NO_SORTProduces a CompileCommand that has the NO SORT option. |
static java.lang.String |
NO_SORT_OPTIONA constant that represents a NO SORT compile |
static CompileCommand |
SORTProduces a CompileCommand that has the SORT option. |
static CompileCommand |
SORT_ONLYProduces a CompileCommand that has the SORT ONLY option. |
static java.lang.String |
SORT_ONLY_OPTIONA constant that represents a SORT ONLY compile |
static java.lang.String |
SORT_OPTIONA constant that represents a SORT compile |
| Constructor Summary | |
|---|---|
CompileCommand(java.lang.String option)Creates a CompileCommand with the specified load command option |
|
| Method Summary | |
|---|---|
java.lang.String |
getCompileOption()Gets the compile command option of this CompileCommand. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor, java.lang.Object context)Calls the visitCompileCommand method of the SyntaxObjectVisitor and passes that method this CompileCommand and an Object. |
| Methods inherited from class oracle.olapi.syntax.SyntaxObject |
|---|
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, 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 java.lang.String DEFAULT_OPTION
public static final java.lang.String SORT_OPTION
public static final java.lang.String NO_SORT_OPTION
public static final java.lang.String SORT_ONLY_OPTION
public static final CompileCommand DEFAULT
CompileCommand that executes a default load.public static final CompileCommand INSTANCE
CompileCommand that executes a default load.public static final CompileCommand SORT
CompileCommand that has the SORT option.public static final CompileCommand NO_SORT
CompileCommand that has the NO SORT option.public static final CompileCommand SORT_ONLY
CompileCommand that has the SORT ONLY option.| Constructor Detail |
|---|
public CompileCommand(java.lang.String option)
CompileCommand with the specified load command option
option - A String that contains a compile command option.| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitCompileCommand method of the SyntaxObjectVisitor and passes that method this CompileCommand and an Object.visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.Object returned by the visitCompileCommand method.public java.lang.String getCompileOption()
CompileCommand. For the default option, this method returns an empty string.String that contains the compile command option of this CompileCommand.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||