| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Method and Description |
|---|---|
MultiSourceDataFoundation |
DataFoundationFactory.createMultiSourceDataFoundation(java.lang.String name)
Creates a multisource-enabled data foundation from a relational connection.
|
| Modifier and Type | Method and Description |
|---|---|
DataFederatorSourceInfo |
DataFoundationFactory.createDataFederatorSourceInfo(java.lang.String connectionPath,
java.lang.String shortName,
MultiSourceDataFoundation dataFoundation)
Creates a new data federator source info with its connection path and short name, and appends it to the data
foundation.
|
DerivedTable |
DataFoundationFactory.createDerivedTable(java.lang.String name,
java.lang.String sql,
java.lang.String shortName,
MultiSourceDataFoundation dataFoundation)
Creates a database-specific derived table and appends it to the tables owned by the data foundation.
|