Interface DbInfoHandler

  • All Known Implementing Classes:
    DatabricksHandler

    public interface DbInfoHandler
    A complement to DataHandler that handles database meta save/load without having to keep adding subtypes to a single class.
    • Method Detail

      • saveConnectionSpecificInfo

        void saveConnectionSpecificInfo​(org.pentaho.di.core.database.DatabaseMeta meta)
        ui -> meta
      • loadConnectionSpecificInfo

        void loadConnectionSpecificInfo​(org.pentaho.di.core.database.DatabaseMeta meta)
        meta -> ui