public interface PullEvents extends NamedDocumentable
The following features are supported:
OsgiPackage.getPullEvents()| Modifier and Type | Method and Description |
|---|---|
String |
getCustomDeleteSql()
Returns the value of the 'Custom Delete Sql' attribute.
|
String |
getCustomSelectSql()
Returns the value of the 'Custom Select Sql' attribute.
|
String |
getJdbcDriverName()
Returns the value of the 'Jdbc Driver Name' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getJdbcProperties()
Returns the value of the 'Jdbc Properties' containment reference list.
|
Integer |
getJobInterval()
Returns the value of the 'Job Interval' attribute.
|
void |
setCustomDeleteSql(String value)
Sets the value of the '
Custom Delete Sql' attribute. |
void |
setCustomSelectSql(String value)
Sets the value of the '
Custom Select Sql' attribute. |
void |
setJdbcDriverName(String value)
Sets the value of the '
Jdbc Driver Name' attribute. |
void |
setJobInterval(Integer value)
Sets the value of the '
Job Interval' attribute. |
getName, setNamegetShortDescription, setShortDescriptionString getJdbcDriverName()
If the meaning of the 'Jdbc Driver Name' attribute isn't clear, there really should be more of a description here...
setJdbcDriverName(String),
OsgiPackage.getPullEvents_JdbcDriverName()void setJdbcDriverName(String value)
Jdbc Driver Name' attribute.
value - the new value of the 'Jdbc Driver Name' attribute.getJdbcDriverName()org.eclipse.emf.common.util.EList<PropertyEntry> getJdbcProperties()
PropertyEntry.
If the meaning of the 'Jdbc Properties' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getPullEvents_JdbcProperties()Integer getJobInterval()
If the meaning of the 'Job Interval' attribute isn't clear, there really should be more of a description here...
setJobInterval(Integer),
OsgiPackage.getPullEvents_JobInterval()void setJobInterval(Integer value)
Job Interval' attribute.
value - the new value of the 'Job Interval' attribute.getJobInterval()String getCustomSelectSql()
If the meaning of the 'Custom Select Sql' attribute isn't clear, there really should be more of a description here...
setCustomSelectSql(String),
OsgiPackage.getPullEvents_CustomSelectSql()void setCustomSelectSql(String value)
Custom Select Sql' attribute.
value - the new value of the 'Custom Select Sql' attribute.getCustomSelectSql()String getCustomDeleteSql()
If the meaning of the 'Custom Delete Sql' attribute isn't clear, there really should be more of a description here...
setCustomDeleteSql(String),
OsgiPackage.getPullEvents_CustomDeleteSql()void setCustomDeleteSql(String value)
Custom Delete Sql' attribute.
value - the new value of the 'Custom Delete Sql' attribute.getCustomDeleteSql()