Package org.pentaho.ui.database.event
Interface DbInfoHandler
- All Known Implementing Classes:
AthenaHandler
,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 Summary
Modifier and TypeMethodDescriptionvoid
loadConnectionSpecificInfo
(org.pentaho.di.core.database.DatabaseMeta meta) meta -> uivoid
saveConnectionSpecificInfo
(org.pentaho.di.core.database.DatabaseMeta meta) ui -> meta
-
Method Details
-
saveConnectionSpecificInfo
void saveConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta) ui -> meta -
loadConnectionSpecificInfo
void loadConnectionSpecificInfo(org.pentaho.di.core.database.DatabaseMeta meta) meta -> ui
-