|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 Beta Draft |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.BuildCommand
oracle.olapi.syntax.SimpleCommand
oracle.olapi.syntax.PLSQLCommand
public final class PLSQLCommand
A SimpleCommand
that represents a PL/SQL command
in a BuildSpecification
.
Constructor Summary | |
---|---|
PLSQLCommand(java.lang.String PLSQL)
Creates an PLSQLCommand object that has the specified
PL/SQL command. |
Method Summary | |
---|---|
java.lang.String |
getPLSQL()
Gets the PL/SQL command of this PLSQLCommand . |
java.lang.Object |
visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
Calls the visitPLSQLCommand method of the
SyntaxObjectVisitor and passes that method this
PLSQLCommand 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 PLSQLCommand(java.lang.String PLSQL)
PLSQLCommand
object that has the specified
PL/SQL command.
PLSQL
- A String
that contains a PL/SQL command.Method Detail |
---|
public java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
visitPLSQLCommand
method of the
SyntaxObjectVisitor
and passes that method this
PLSQLCommand
and an Object
.
visit
in class SyntaxObject
visitor
- A SyntaxObjectVisitor
.context
- An Object
.
Object
returned by the
visitPLSQLCommand
method.public java.lang.String getPLSQL()
PLSQLCommand
.
String
that contains the PL/SQL command of
this PLSQLCommand
.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |