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
      • drop

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