Skip navigation links

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

B28128-01


oracle.olapi.syntax
Class PLSQLCommand

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.PLSQLCommand


public final class PLSQLCommand
extends SimpleCommand

A SimpleCommand that represents a PL/SQL command in a BuildSpecification.


Constructor Summary
PLSQLCommand(java.lang.String PLSQL)
          Creates an PLSQLCommand object.

 

Method Summary
 java.lang.String getPLSQL()
          Gets the PL/SQL command that is associated with 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
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

 

Constructor Detail

PLSQLCommand

public PLSQLCommand(java.lang.String PLSQL)
Creates an PLSQLCommand object.
Parameters:
PLSQL - A String that contains an PL/SQL command.

Method Detail

visit

public 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.
Specified by:
visit in class SyntaxObject
Parameters:
visitor - A SyntaxObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitPLSQLCommand method.

getPLSQL

public java.lang.String getPLSQL()
Gets the PL/SQL command that is associated with this PLSQLCommand.
Returns:
The PL/SQL command for this PLSQLCommand.

Skip navigation links

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