Modifier and Type | Method and Description |
---|---|
SdkDataSourceWrapper |
SchemaTable.getDataSourceWrapper()
Returns the data source wrapper.
|
SdkDataSourceWrapper |
DataSourceRegistry.getDataSourceWrapper(SdkDataSourceType dsType) |
SdkDataSourceWrapper |
DataSourceRegistry.getDataSourceWrapper(java.lang.String nickname) |
SdkDataSourceWrapper |
DataSourceRegistry.putDataSourceWrapper(SdkDataSourceWrapper ds) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SdkDataSourceWrapper> |
DataSourceRegistry.getDataSourceWrappers() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DataSourceRegistry.getDbName(SdkDataSourceWrapper ds) |
SdkDataSourceWrapper |
DataSourceRegistry.putDataSourceWrapper(SdkDataSourceWrapper ds) |
Modifier and Type | Class and Description |
---|---|
class |
SdkDataSourceWrapperImpl |
Modifier and Type | Method and Description |
---|---|
SdkDataSourceWrapper |
DataSourceRegistryImpl.getDataSourceWrapper(SdkDataSourceType dsType) |
SdkDataSourceWrapper |
DataSourceRegistryImpl.getDataSourceWrapper(java.lang.String nickname) |
SdkDataSourceWrapper |
DataSourceRegistryImpl.putDataSourceWrapper(SdkDataSourceWrapper ds) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SdkDataSourceWrapper> |
DataSourceRegistryImpl.getDataSourceWrappers() |
Modifier and Type | Method and Description |
---|---|
<TT extends java.lang.Enum<TT> & SchemaTable> |
DataSourceRegistryImpl.dataSourcesAndTablesInitialize(java.lang.Class<TT> tt,
SdkDataSourceWrapper datasource) |
<TT extends java.lang.Enum<TT> & SchemaTable> |
DataSourceRegistryImpl.dataSourcesAndTablesInitialize(java.util.List<java.lang.Class<TT>> ttList,
SdkDataSourceWrapper datasource) |
java.lang.String |
DataSourceRegistryImpl.getDbName(SdkDataSourceWrapper ds) |
SdkDataSourceWrapper |
DataSourceRegistryImpl.putDataSourceWrapper(SdkDataSourceWrapper ds) |
Modifier and Type | Method and Description |
---|---|
<TT extends java.lang.Enum<TT> & SchemaTable> |
DataSourceRegistryImpl.dataSourcesAndTablesInitialize(java.lang.Class<TT> tt,
java.util.List<SdkDataSourceWrapper> datasources) |
<TT extends java.lang.Enum<TT> & SchemaTable> |
DataSourceRegistryImpl.dataSourcesAndTablesInitialize(java.util.List<java.lang.Class<TT>> ttList,
java.util.List<SdkDataSourceWrapper> datasources) |
Modifier and Type | Method and Description |
---|---|
SdkDataSourceWrapper |
ContentTableType.getDataSourceWrapper() |
Modifier and Type | Method and Description |
---|---|
SdkDataSourceWrapper |
CoreTableType.getDataSourceWrapper() |
Modifier and Type | Method and Description |
---|---|
SdkDataSourceWrapper |
LegacyTableType.getDataSourceWrapper() |