public final class PLSQLCommand extends SimpleCommand
SimpleCommand
that represents a PL/SQL command in a BuildSpecification
.Constructor and Description |
---|
PLSQLCommand(java.lang.String PLSQL)
Creates an
PLSQLCommand object that has the specified PL/SQL command. |
Modifier and Type | Method and Description |
---|---|
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 . |
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax
public PLSQLCommand(java.lang.String PLSQL)
PLSQLCommand
object that has the specified PL/SQL command.PLSQL
- A String
that contains a PL/SQL command.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
.