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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DesignerDatasourceMetaProviderImpl
public DesignerDatasourceMetaProviderImpl()
-
-
Method Details
-
getTableInfo
- Specified by:
getTableInfo
in interfaceDatasourceMetaProvider
- Throws:
Exception
-
getTables
- Specified by:
getTables
in interfaceDatasourceMetaProvider
- Throws:
Exception
-