@ApplicationScoped public class DataSourceTableManager extends Object
| Constructor and Description |
|---|
DataSourceTableManager() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceColumnEntry> |
getSelectedColumnsEntries(String datasource,
String tableName) |
List<DataSourceTableEntry> |
getSelectedTablesEntries(String datasource) |
List<String> |
getSelectedTablesName(String datasource) |
static DataSourceTableManager |
lookup()
Get the singleton instance.
|
public static DataSourceTableManager lookup()
public List<DataSourceTableEntry> getSelectedTablesEntries(String datasource) throws Exception
Exceptionpublic List<String> getSelectedTablesName(String datasource) throws Exception
ExceptionCopyright © 2012–2015 JBoss by Red Hat. All rights reserved.