public interface UpdateColumnsType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Returns the value of the 'Column Name' attribute.
|
String |
getCustomUpdateSql()
Returns the value of the 'Custom Update Sql' attribute.
|
void |
setColumnName(String value)
Sets the value of the '
Column Name ' attribute. |
void |
setCustomUpdateSql(String value)
Sets the value of the '
Custom Update Sql ' attribute. |
String getColumnName()
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
setColumnName(String)
,
ConfigurationPackage.getUpdateColumnsType_ColumnName()
void setColumnName(String value)
Column Name
' attribute.
value
- the new value of the 'Column Name' attribute.getColumnName()
String getCustomUpdateSql()
setCustomUpdateSql(String)
,
ConfigurationPackage.getUpdateColumnsType_CustomUpdateSql()
void setCustomUpdateSql(String value)
Custom Update Sql
' attribute.
value
- the new value of the 'Custom Update Sql' attribute.getCustomUpdateSql()