| 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 |
|---|---|
PrimaryKey |
DataFoundationFactory.createPrimaryKey(DatabaseTable table)
Creates a primary key and attaches it to the given table.
|
PrimaryKey |
DatabaseTable.getPrimaryKey()
Returns the value of the 'Primary Key' containment reference.
|