public interface EventInjectorJdbc extends EventInjector
The following features are supported:
OsgiPackage.getEventInjectorJdbc()
Modifier and Type | Method and Description |
---|---|
String |
getDeleteSql()
Returns the value of the 'Delete Sql' attribute.
|
String |
getExistsSql()
Returns the value of the 'Exists Sql' attribute.
|
String |
getSelectSql()
Returns the value of the 'Select Sql' attribute.
|
void |
setDeleteSql(String value)
Sets the value of the '
Delete Sql ' attribute. |
void |
setExistsSql(String value)
Sets the value of the '
Exists Sql ' attribute. |
void |
setSelectSql(String value)
Sets the value of the '
Select Sql ' attribute. |
getDatabase, getInstanceName, getLoopDelay, getReplicationSchema, getSchema, isDeleteFailed, setDatabase, setDeleteFailed, setInstanceName, setLoopDelay, setReplicationSchema, setSchema
String getSelectSql()
If the meaning of the 'Select Sql' attribute isn't clear, there really should be more of a description here...
setSelectSql(String)
,
OsgiPackage.getEventInjectorJdbc_SelectSql()
void setSelectSql(String value)
Select Sql
' attribute.
value
- the new value of the 'Select Sql' attribute.getSelectSql()
String getDeleteSql()
If the meaning of the 'Delete Sql' attribute isn't clear, there really should be more of a description here...
setDeleteSql(String)
,
OsgiPackage.getEventInjectorJdbc_DeleteSql()
void setDeleteSql(String value)
Delete Sql
' attribute.
value
- the new value of the 'Delete Sql' attribute.getDeleteSql()
String getExistsSql()
If the meaning of the 'Exists Sql' attribute isn't clear, there really should be more of a description here...
setExistsSql(String)
,
OsgiPackage.getEventInjectorJdbc_ExistsSql()
void setExistsSql(String value)
Exists Sql
' attribute.
value
- the new value of the 'Exists Sql' attribute.getExistsSql()