Class DesignerDatasourceMetaProviderImpl
java.lang.Object
com.inductiveautomation.ignition.designer.db.DesignerDatasourceMetaProviderImpl
- All Implemented Interfaces:
- DatasourceMetaProvider
This class serves as a proxy to the gateway for the retrieval of database meta info.
Right now it passes all calls through, in the future we should probably look at implementing caching/asynchronous exec to it or the level that calls it.
Right now it passes all calls through, in the future we should probably look at implementing caching/asynchronous exec to it or the level that calls it.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DesignerDatasourceMetaProviderImplpublic DesignerDatasourceMetaProviderImpl()
 
- 
- 
Method Details- 
getTableInfo- Specified by:
- getTableInfoin interface- DatasourceMetaProvider
- Throws:
- Exception
 
- 
getTables- Specified by:
- getTablesin interface- DatasourceMetaProvider
- Throws:
- Exception
 
 
-