| 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 |
|---|---|
DerivedTable |
DataFoundationFactory.createDerivedTable(java.lang.String name,
java.lang.String sql,
DataFoundation dataFoundation)
Creates a derived table and appends it to the tables owned by 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.
|