public class DesignerDatasourceMetaProviderImpl extends java.lang.Object implements DatasourceMetaProvider
| Constructor and Description |
|---|
DesignerDatasourceMetaProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Table |
getTableInfo(java.lang.String dataSource,
java.lang.String tableName,
TableType type) |
java.util.List<java.lang.String> |
getTables(java.lang.String dataSource,
TableType type) |
public Table getTableInfo(java.lang.String dataSource, java.lang.String tableName, TableType type) throws java.lang.Exception
getTableInfo in interface DatasourceMetaProviderjava.lang.Exceptionpublic java.util.List<java.lang.String> getTables(java.lang.String dataSource,
TableType type)
throws java.lang.Exception
getTables in interface DatasourceMetaProviderjava.lang.Exception