public interface CatalogInfo
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
CatalogInfo.DataSource  | 
| Modifier and Type | Method and Description | 
|---|---|
CatalogInfo.DataSource | 
getDataSource(java.lang.String dsName)
Returns  
CatalogInfo.DataSource interface with the specified data source name. | 
CatalogInfo.DataSource | 
getDataSourceByRCName(java.lang.String rcName)  | 
java.lang.String[] | 
getDataSourceNames()
Returns all data source names defined in the catalog. 
 | 
JNode | 
getDataSourcesTree()
Returns the tree in  
JNode of total data sources defined in the catalog. | 
JNode | 
getDataSourcesTree(boolean includeAll)  | 
java.lang.String[] getDataSourceNames()
CatalogInfo.DataSource getDataSource(java.lang.String dsName)
CatalogInfo.DataSource interface with the specified data source name.dsName - the data source name.CatalogInfo.DataSourceCatalogInfo.DataSource getDataSourceByRCName(java.lang.String rcName)
JNode getDataSourcesTree()
JNode of total data sources defined in the catalog.JNode.JNode getDataSourcesTree(boolean includeAll)