public interface JdbcDataMapper extends DataMapper
The following features are supported:
OsgiPackage.getJdbcDataMapper()
Modifier and Type | Method and Description |
---|---|
String |
getJdbcDriver()
Returns the value of the 'Jdbc Driver' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
String |
getSql()
Returns the value of the 'Sql' attribute.
|
void |
setJdbcDriver(String value)
Sets the value of the '
Jdbc Driver ' attribute. |
void |
setSql(String value)
Sets the value of the '
Sql ' attribute. |
getName, setName
getShortDescription, setShortDescription
String getJdbcDriver()
If the meaning of the 'Jdbc Driver' attribute isn't clear, there really should be more of a description here...
setJdbcDriver(String)
,
OsgiPackage.getJdbcDataMapper_JdbcDriver()
void setJdbcDriver(String value)
Jdbc Driver
' attribute.
value
- the new value of the 'Jdbc Driver' attribute.getJdbcDriver()
String getSql()
If the meaning of the 'Sql' attribute isn't clear, there really should be more of a description here...
setSql(String)
,
OsgiPackage.getJdbcDataMapper_Sql()
void setSql(String value)
Sql
' attribute.
value
- the new value of the 'Sql' attribute.getSql()
org.eclipse.emf.common.util.EList<PropertyEntry> getProperties()
PropertyEntry
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getJdbcDataMapper_Properties()