Class ASTTriggerUnit

    • Method Detail

      • acceptPlsqlVisitor

        protected <P,​R> R acceptPlsqlVisitor​(PlsqlVisitor<? super P,​? extends R> visitor,
                                                   P data)
      • getMethodName

        public String getMethodName()
        Gets the name of the trigger.
        Specified by:
        getMethodName in interface ExecutableCode
        Returns:
        a String representing the name of the trigger
      • getName

        public String getName()
      • getObjectName

        public String getObjectName()
        Gets the name of the Oracle Object.
        Specified by:
        getObjectName in interface OracleObject
        Returns:
        a String representing the name of the Oracle Object
      • jjtSetValue

        protected void jjtSetValue​(Object value)
      • jjtGetValue

        public Object jjtGetValue()
      • acceptVisitor

        public final <P,​R> R acceptVisitor​(AstVisitor<? super P,​? extends R> visitor,
                                                 P data)
        Specified by:
        acceptVisitor in interface Node