|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseTable
A representation of the 'Database Table' model object.
Use DataFoundationFactory.createDatabaseTable(String, String, String, DataFoundation)
to instantiate a table for a data foundation.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getOwner()
Returns the value of the 'Owner' attribute. |
PrimaryKey |
getPrimaryKey()
Returns the value of the 'Primary Key' reference. |
java.lang.String |
getQualifier()
Returns the value of the 'Qualifier' attribute. |
void |
removePrimaryKey()
Deletes the primary key of the table. |
void |
setOwner(java.lang.String value)
Sets the value of the ' Owner ' attribute. |
void |
setQualifier(java.lang.String value)
Sets the value of the ' Qualifier ' attribute. |
Methods inherited from interface com.sap.sl.sdk.authoring.datafoundation.Table |
---|
getColumns, getDataFoundation, getDescription, setDescription |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Identifiable |
---|
getIdentifier |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable |
---|
getName, setName |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Inheritable |
---|
getInheritedData |
Method Detail |
---|
java.lang.String getOwner()
This string represents the database table owner.
setOwner(String)
void setOwner(java.lang.String value)
Owner
' attribute.
This string represents the database table owner.
value
- the new value of the 'Owner' attribute.getOwner()
java.lang.String getQualifier()
This string represents the database table qualifier.
In the case of a MultiSourceDataFoundation
, the qualifier is the short name of one of the DataFederatorSourceInfo
objects, as returned by DataFederatorSourceInfo.getShortName()
.
setQualifier(String)
void setQualifier(java.lang.String value)
Qualifier
' attribute.
This string represents the database table qualifier.
value
- the new value of the 'Qualifier' attribute.getQualifier()
PrimaryKey getPrimaryKey()
This is the primary key of the table. You cannot use this method with an alias table.
void removePrimaryKey()
You cannot use this method with an alias table.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |