Interface PLSQLNode

    • Method Detail

      • getCanonicalImage

        default String getCanonicalImage()
        Return node image converted to the normal Oracle form.

        Normally this is uppercase, unless the names is quoted ("name").

      • getCanonicalImage

        static String getCanonicalImage​(String image)
        Convert arbitrary String to normal Oracle format, under assumption that the passed image is an Oracle name.

        This a helper method for PLSQL classes dependent on SimpleNode, that would otherwise have to import PLSQParser.

        Parameters:
        image -
        Returns: