Class AdapterScript

    • Method Detail

      • getType

        public String getType()
        Description copied from interface: DatabaseObject
        Get the type of the database object.
        Returns:
        type of the database object
      • getLanguage

        public AdapterScript.Language getLanguage()
        Get the implementation language.
        Returns:
        language in which the adapter script is implemented
      • getContent

        public String getContent()
        Get the actual script content.
        Returns:
        script content
      • drop

        public void drop()
        Description copied from interface: DatabaseObject
        Drop the database object and all contained objects.
      • hasDebuggerConnection

        public boolean hasDebuggerConnection()
        Get if this adapter script has a debugger connection.
        Returns:
        true if a debugger connection was set
      • getDebuggerConnection

        public String getDebuggerConnection()
        Get the debugger connection for this adapter script.
        Returns:
        debugger connection