Package org.pentaho.ui.database.event
Interface DbInfoHandler
-
- All Known Implementing Classes:
DatabricksHandler
public interface DbInfoHandlerA complement toDataHandlerthat handles database meta save/load without having to keep adding subtypes to a single class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta)meta -> uivoidsaveConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta)ui -> meta
-