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.
|
DatabaseSettings |
getDatabase()
Returns the value of the 'Database' reference.
|
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 |
setDatabase(DatabaseSettings value)
Sets the value of the '
Database ' reference. |
void |
setJobInterval(Integer value)
Sets the value of the '
Job Interval ' attribute. |
getName, setName
getShortDescription, setShortDescription
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()
DatabaseSettings getDatabase()
If the meaning of the 'Database' reference isn't clear, there really should be more of a description here...
setDatabase(DatabaseSettings)
,
OsgiPackage.getPullEvents_Database()
void setDatabase(DatabaseSettings value)
Database
' reference.
value
- the new value of the 'Database' reference.getDatabase()