|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLObject
A representation of the model object 'SQL Object'. The base object to be used for any Relation Database concept, representing the placeholder for the name and alias. This object will extend ENamedElement in the generated code. The string attribute name will be inherited from ENamedElement. Note: In the RDB sense, only table and view objects can be represented by aliases, but DB2 defines also database and network aliases, and even for nicknames that refer to data tables or views located on federated systems.
The following features are supported:
SQLSchemaPackage.getSQLObject()
Method Summary | |
---|---|
EAnnotation |
addEAnnotation(java.lang.String source)
|
void |
addEAnnotationDetail(EAnnotation eAnnotation,
java.lang.String key,
java.lang.String value)
|
EList |
getComments()
Returns the value of the 'Comments' reference list. |
EList |
getDependencies()
Returns the value of the 'Dependencies' containment reference list. |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
EAnnotation |
getEAnnotation(java.lang.String source)
|
java.lang.String |
getEAnnotationDetail(EAnnotation eAnnotation,
java.lang.String key)
|
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute. |
EList |
getPrivileges()
Returns the value of the 'Privileges' reference list. |
void |
removeEAnnotationDetail(EAnnotation eAnnotation,
java.lang.String key)
|
void |
setAnnotationDetail(EAnnotation eAnnotation,
java.lang.String key,
java.lang.String value)
|
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute. |
void |
setLabel(java.lang.String value)
Sets the value of the ' Label ' attribute. |
Method Detail |
---|
EList getDependencies()
Dependency
.
If the meaning of the 'Dependencies' containment reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSQLObject_Dependencies()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
SQLSchemaPackage.getSQLObject_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
SQLSchemaPackage.getSQLObject_Label()
void setLabel(java.lang.String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
EList getComments()
Comment
.
It is bidirectional and its opposite is 'SQL Object
'.
If the meaning of the 'Comments' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSQLObject_Comments()
,
Comment.getSQLObject()
EList getPrivileges()
Privilege
.
It is bidirectional and its opposite is 'Object
'.
If the meaning of the 'Privileges' reference list isn't clear, there really should be more of a description here...
SQLSchemaPackage.getSQLObject_Privileges()
,
Privilege.getObject()
EAnnotation addEAnnotation(java.lang.String source)
void addEAnnotationDetail(EAnnotation eAnnotation, java.lang.String key, java.lang.String value)
java.lang.String getEAnnotationDetail(EAnnotation eAnnotation, java.lang.String key)
void setAnnotationDetail(EAnnotation eAnnotation, java.lang.String key, java.lang.String value)
void removeEAnnotationDetail(EAnnotation eAnnotation, java.lang.String key)
EAnnotation getEAnnotation(java.lang.String source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |