Package | Description |
---|---|
org.komodo.spi.metadata | |
org.komodo.spi.runtime |
Modifier and Type | Method and Description |
---|---|
TeiidDataSource |
MetadataInstance.getDataSource(String sourceName) |
TeiidDataSource |
MetadataInstance.getOrCreateDataSource(String displayName,
String dsName,
String typeName,
Properties properties)
Get the specified DataSource, or create one if it does not exist.
|
Modifier and Type | Method and Description |
---|---|
Collection<TeiidDataSource> |
MetadataInstance.getDataSources() |
Modifier and Type | Class and Description |
---|---|
class |
FailedTeiidDataSource |
Modifier and Type | Method and Description |
---|---|
TeiidDataSource |
ExecutionConfigurationEvent.getDataSource() |
Modifier and Type | Method and Description |
---|---|
static ExecutionConfigurationEvent |
ExecutionConfigurationEvent.createAddDataSourceEvent(TeiidDataSource dataSource) |
static ExecutionConfigurationEvent |
ExecutionConfigurationEvent.createRemoveDataSourceEvent(TeiidDataSource dataSource) |
static ExecutionConfigurationEvent |
ExecutionConfigurationEvent.createUpdateDataSourceEvent(TeiidDataSource dataSource) |
Copyright © 2013–2019. All rights reserved.