| Package | Description |
|---|---|
| com.corticon.services.datasource |
| Modifier and Type | Method and Description |
|---|---|
IDatasource |
IDatasourceManager.getDatasource(java.lang.String astrDatasourceName)
This method will return an IDatasource connection for a particular name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IDatasource> |
IDatasourceManager.getAllRESTDatasources()
This method will return all REST Datasources associated with this Datasource Manager
|
java.util.List<IDatasource> |
IDatasourceManager.getDatasourcesAsList()
This method will return copied list of all the loaded IDatasource objects that
have been loaded into the IDatsourceManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDatasourceManager.addDatasource(IDatasource aDatasource)
This method will add a new DatasourceImpl into the Datasource List
|
Copyright © 2005-2020 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.