|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Query Definition'.
The following features are supported:
Identifier Quote StringHost Variable MarkerHost Variable Marker SupportedCast Expression SupportedDefault Keyword For Insert Value SupportedExtended Grouping SupportedTable Alias In Delete Supported
DatabaseDefinitionPackage.getQueryDefinition()| Method Summary | |
java.lang.String |
getHostVariableMarker()
Returns the value of the 'Host Variable Marker' attribute. |
java.lang.String |
getIdentifierQuoteString()
Returns the value of the 'Identifier Quote String' attribute. |
boolean |
isCastExpressionSupported()
Returns the value of the 'Cast Expression Supported' attribute. |
boolean |
isDefaultKeywordForInsertValueSupported()
Returns the value of the 'Default Keyword For Insert Value Supported' attribute. |
boolean |
isExtendedGroupingSupported()
Returns the value of the 'Extended Grouping Supported' attribute. |
boolean |
isHostVariableMarkerSupported()
Returns the value of the 'Host Variable Marker Supported' attribute. |
boolean |
isTableAliasInDeleteSupported()
Returns the value of the 'Table Alias In Delete Supported' attribute. |
void |
setCastExpressionSupported(boolean value)
Sets the value of the ' Cast Expression Supported' attribute. |
void |
setDefaultKeywordForInsertValueSupported(boolean value)
Sets the value of the ' Default Keyword For Insert Value Supported' attribute. |
void |
setExtendedGroupingSupported(boolean value)
Sets the value of the ' Extended Grouping Supported' attribute. |
void |
setHostVariableMarker(java.lang.String value)
Sets the value of the ' Host Variable Marker' attribute. |
void |
setHostVariableMarkerSupported(boolean value)
Sets the value of the ' Host Variable Marker Supported' attribute. |
void |
setIdentifierQuoteString(java.lang.String value)
Sets the value of the ' Identifier Quote String' attribute. |
void |
setTableAliasInDeleteSupported(boolean value)
Sets the value of the ' Table Alias In Delete Supported' attribute. |
| Method Detail |
public java.lang.String getIdentifierQuoteString()
"\\\"".
If the meaning of the 'Identifier Quote String' attribute isn't clear, there really should be more of a description here...
setIdentifierQuoteString(String),
DatabaseDefinitionPackage.getQueryDefinition_IdentifierQuoteString()public void setIdentifierQuoteString(java.lang.String value)
Identifier Quote String' attribute.
value - the new value of the 'Identifier Quote String' attribute.getIdentifierQuoteString()public java.lang.String getHostVariableMarker()
":".
If the meaning of the 'Host Variable Marker' attribute isn't clear, there really should be more of a description here...
setHostVariableMarker(String),
DatabaseDefinitionPackage.getQueryDefinition_HostVariableMarker()public void setHostVariableMarker(java.lang.String value)
Host Variable Marker' attribute.
value - the new value of the 'Host Variable Marker' attribute.getHostVariableMarker()public boolean isHostVariableMarkerSupported()
"false".
If the meaning of the 'Host Variable Marker Supported' attribute isn't clear, there really should be more of a description here...
setHostVariableMarkerSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_HostVariableMarkerSupported()public void setHostVariableMarkerSupported(boolean value)
Host Variable Marker Supported' attribute.
value - the new value of the 'Host Variable Marker Supported' attribute.isHostVariableMarkerSupported()public boolean isCastExpressionSupported()
"false".
If the meaning of the 'Cast Expression Supported' attribute isn't clear, there really should be more of a description here...
setCastExpressionSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_CastExpressionSupported()public void setCastExpressionSupported(boolean value)
Cast Expression Supported' attribute.
value - the new value of the 'Cast Expression Supported' attribute.isCastExpressionSupported()public boolean isDefaultKeywordForInsertValueSupported()
"false".
If the meaning of the 'Default Keyword For Insert Value Supported' attribute isn't clear, there really should be more of a description here...
setDefaultKeywordForInsertValueSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_DefaultKeywordForInsertValueSupported()public void setDefaultKeywordForInsertValueSupported(boolean value)
Default Keyword For Insert Value Supported' attribute.
value - the new value of the 'Default Keyword For Insert Value Supported' attribute.isDefaultKeywordForInsertValueSupported()public boolean isExtendedGroupingSupported()
"false".
If the meaning of the 'Extended Grouping Supported' attribute isn't clear, there really should be more of a description here...
setExtendedGroupingSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_ExtendedGroupingSupported()public void setExtendedGroupingSupported(boolean value)
Extended Grouping Supported' attribute.
value - the new value of the 'Extended Grouping Supported' attribute.isExtendedGroupingSupported()public boolean isTableAliasInDeleteSupported()
"false".
If the meaning of the 'Table Alias In Delete Supported' attribute isn't clear, there really should be more of a description here...
setTableAliasInDeleteSupported(boolean),
DatabaseDefinitionPackage.getQueryDefinition_TableAliasInDeleteSupported()public void setTableAliasInDeleteSupported(boolean value)
Table Alias In Delete Supported' attribute.
value - the new value of the 'Table Alias In Delete Supported' attribute.isTableAliasInDeleteSupported()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||