|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Syntax Definition'.
The following features are supported:
DatabaseDefinitionPackage.getSQLSyntaxDefinition()
Method Summary | |
EList |
getKeywords()
Returns the value of the 'Keywords' attribute list. |
EList |
getOperators()
Returns the value of the 'Operators' attribute list. |
java.lang.String |
getTerminationCharacter()
Returns the value of the 'Termination Character' attribute. |
void |
setTerminationCharacter(java.lang.String value)
Sets the value of the ' Termination Character ' attribute. |
Method Detail |
public EList getKeywords()
String
.
If the meaning of the 'Keywords' attribute list isn't clear, there really should be more of a description here...
DatabaseDefinitionPackage.getSQLSyntaxDefinition_Keywords()
public EList getOperators()
String
.
If the meaning of the 'Operators' attribute list isn't clear, there really should be more of a description here...
DatabaseDefinitionPackage.getSQLSyntaxDefinition_Operators()
public java.lang.String getTerminationCharacter()
";"
.
If the meaning of the 'Termination Character' attribute isn't clear, there really should be more of a description here...
setTerminationCharacter(String)
,
DatabaseDefinitionPackage.getSQLSyntaxDefinition_TerminationCharacter()
public void setTerminationCharacter(java.lang.String value)
Termination Character
' attribute.
value
- the new value of the 'Termination Character' attribute.getTerminationCharacter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |