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 SummaryConstructors Constructor Description DesignerDatasourceMetaProviderImpl()
 - 
Method SummaryAll 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- 
getTableInfopublic Table getTableInfo(java.lang.String dataSource, java.lang.String tableName, TableType type) throws java.lang.Exception - Specified by:
- getTableInfoin interface- DatasourceMetaProvider
- Throws:
- java.lang.Exception
 
 - 
getTablespublic java.util.List<java.lang.String> getTables(java.lang.String dataSource, TableType type) throws java.lang.Exception- Specified by:
- getTablesin interface- DatasourceMetaProvider
- Throws:
- java.lang.Exception
 
 
- 
 
-