| 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 |
|---|---|
DatabaseTable |
DataFoundationFactory.createDatabaseTable(java.lang.String qualifier,
java.lang.String owner,
java.lang.String name,
DataFoundation dataFoundation)
Creates a table with its columns and appends it to the tables owned by the data foundation.
|
| Modifier and Type | Method and Description |
|---|---|
CalculatedColumn |
DataFoundationFactory.createCalculatedColumn(java.lang.String name,
DatabaseTable table)
Creates a new calculated column.
|
PrimaryKey |
DataFoundationFactory.createPrimaryKey(DatabaseTable table)
Creates a primary key and attaches it to the given table.
|