public interface TabularQueryType extends AbstractQueryType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CommandsType> |
getCommands()
Returns the value of the 'Commands' containment reference list.
|
String |
getDefaultUpdateSql()
Returns the value of the 'Default Update Sql' attribute.
|
String |
getDefaultUpdateSql1()
Returns the value of the 'Default Update Sql1' attribute.
|
int |
getIdColumn()
Returns the value of the 'Id Column' attribute.
|
org.eclipse.emf.common.util.EList<UpdateColumnsType> |
getUpdateColumns()
Returns the value of the 'Update Columns' containment reference list.
|
boolean |
isSetIdColumn()
Returns whether the value of the '
Id Column ' attribute is set. |
void |
setDefaultUpdateSql(String value)
Sets the value of the '
Default Update Sql ' attribute. |
void |
setDefaultUpdateSql1(String value)
Sets the value of the '
Default Update Sql1 ' attribute. |
void |
setIdColumn(int value)
Sets the value of the '
Id Column ' attribute. |
void |
unsetIdColumn()
Unsets the value of the '
Id Column ' attribute. |
getColumnMapping, getId, getPeriod, getSql, getSql1, getTimeout, isSetPeriod, setId, setPeriod, setSql, setSql1, setTimeout, unsetPeriod
org.eclipse.emf.common.util.EList<UpdateColumnsType> getUpdateColumns()
UpdateColumnsType
.
Define all columns that are updateable.
ConfigurationPackage.getTabularQueryType_UpdateColumns()
String getDefaultUpdateSql()
setDefaultUpdateSql(String)
,
ConfigurationPackage.getTabularQueryType_DefaultUpdateSql()
void setDefaultUpdateSql(String value)
Default Update Sql
' attribute.
value
- the new value of the 'Default Update Sql' attribute.getDefaultUpdateSql()
org.eclipse.emf.common.util.EList<CommandsType> getCommands()
CommandsType
.
If the meaning of the 'Commands' containment reference list isn't clear, there really should be more of a description here...
ConfigurationPackage.getTabularQueryType_Commands()
String getDefaultUpdateSql1()
If the meaning of the 'Default Update Sql1' attribute isn't clear, there really should be more of a description here...
setDefaultUpdateSql1(String)
,
ConfigurationPackage.getTabularQueryType_DefaultUpdateSql1()
void setDefaultUpdateSql1(String value)
Default Update Sql1
' attribute.
value
- the new value of the 'Default Update Sql1' attribute.getDefaultUpdateSql1()
int getIdColumn()
isSetIdColumn()
,
unsetIdColumn()
,
setIdColumn(int)
,
ConfigurationPackage.getTabularQueryType_IdColumn()
void setIdColumn(int value)
Id Column
' attribute.
value
- the new value of the 'Id Column' attribute.isSetIdColumn()
,
unsetIdColumn()
,
getIdColumn()
void unsetIdColumn()
Id Column
' attribute.
isSetIdColumn()
,
getIdColumn()
,
setIdColumn(int)
boolean isSetIdColumn()
Id Column
' attribute is set.
unsetIdColumn()
,
getIdColumn()
,
setIdColumn(int)