Class DesignerDatasourceMetaProviderImpl
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.db.DesignerDatasourceMetaProviderImpl
 
 
- 
- All Implemented Interfaces:
 DatasourceMetaProvider
public class DesignerDatasourceMetaProviderImpl extends java.lang.Object implements 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. 
- 
- 
Constructor Summary
Constructors Constructor Description DesignerDatasourceMetaProviderImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TablegetTableInfo(java.lang.String dataSource, java.lang.String tableName, TableType type)java.util.List<java.lang.String>getTables(java.lang.String dataSource, TableType type) 
 - 
 
- 
- 
Method Detail
- 
getTableInfo
public Table getTableInfo(java.lang.String dataSource, java.lang.String tableName, TableType type) throws java.lang.Exception
- Specified by:
 getTableInfoin interfaceDatasourceMetaProvider- Throws:
 java.lang.Exception
 
- 
getTables
public java.util.List<java.lang.String> getTables(java.lang.String dataSource, TableType type) throws java.lang.Exception- Specified by:
 getTablesin interfaceDatasourceMetaProvider- Throws:
 java.lang.Exception
 
 - 
 
 -