|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-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.OLAPDMLCommand
public final class OLAPDMLCommand
A SimpleCommand that represents an OLAP DML command in a BuildSpecification.
| Constructor Summary | |
|---|---|
OLAPDMLCommand(java.lang.String dml)Creates an OLAPDMLCommand object that has the specified OLAP DML command. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDML()Gets the OLAP DML command of this OLAPDMLCommand. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor, java.lang.Object context)Calls the visitOLAPDMLCommand method of the SyntaxObjectVisitor and passes that method this OLAPDMLCommand 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 |
| Constructor Detail |
|---|
public OLAPDMLCommand(java.lang.String dml)
OLAPDMLCommand object that has the specified OLAP DML command.
dml - A String that contains an OLAP DML command.| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitOLAPDMLCommand method of the SyntaxObjectVisitor and passes that method this OLAPDMLCommand and an Object.visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.Object returned by the visitOLAPDMLCommand method.public java.lang.String getDML()
OLAPDMLCommand.String that contains the OLAP DML command of this OLAPDMLCommand.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||