Interface OracleObject

All Superinterfaces:
GenericNode<PLSQLNode>, JjtreeNode<PLSQLNode>, Node, PLSQLNode, Reportable, ScopedNode, TextAvailableNode
All Known Implementing Classes:
ASTPackageBody, ASTPackageSpecification, ASTProgramUnit, ASTTriggerUnit, ASTTypeSpecification

public interface OracleObject extends PLSQLNode
All nodes that represent an Oracle object.
  • Method Details

    • getObjectName

      String getObjectName()
      Gets the name of the Oracle object.
      Returns:
      a String representing the name of the Oracle object.