public interface QueryComponent extends MasterComponent, QueryBase
The following features are supported:
JdbcPackage.getQueryComponent()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<String> |
getDefaultCustomizationTags()
Returns the value of the 'Default Customization Tags' attribute list.
|
DataType |
getDefaultDataType()
Returns the value of the 'Default Data Type' attribute.
|
org.eclipse.emf.common.util.EList<ColumnMapping> |
getMappings()
Returns the value of the 'Mappings' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
int |
getPeriod()
Returns the value of the 'Period' attribute.
|
void |
setDefaultDataType(DataType value)
Sets the value of the '
Default Data Type' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPeriod(int value)
Sets the value of the '
Period' attribute. |
getMasterOngetArchiveSelector, getCustomizationPipeline, getLevel, getProperties, setArchiveSelector, setCustomizationPipeline, setLevelgetShortDescription, setShortDescriptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetMasterOngetDatabase, getQueryTimeout, getRunsOn, getSql, setDatabase, setQueryTimeout, setRunsOn, setSqlString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JdbcPackage.getQueryComponent_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<ColumnMapping> getMappings()
ColumnMapping.
If the meaning of the 'Mappings' containment reference list isn't clear, there really should be more of a description here...
JdbcPackage.getQueryComponent_Mappings()int getPeriod()
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
The scheduling period of the query in milliseconds.setPeriod(int),
JdbcPackage.getQueryComponent_Period()void setPeriod(int value)
Period' attribute.
value - the new value of the 'Period' attribute.getPeriod()org.eclipse.emf.common.util.EList<String> getDefaultCustomizationTags()
String.
If the meaning of the 'Default Customization Tags' attribute list isn't clear, there really should be more of a description here...
JdbcPackage.getQueryComponent_DefaultCustomizationTags()DataType getDefaultDataType()
DataType.
If the meaning of the 'Default Data Type' attribute isn't clear, there really should be more of a description here...
DataType,
setDefaultDataType(DataType),
JdbcPackage.getQueryComponent_DefaultDataType()void setDefaultDataType(DataType value)
Default Data Type' attribute.
value - the new value of the 'Default Data Type' attribute.DataType,
getDefaultDataType()