Package | Description |
---|---|
com.orchestranetworks.addon.dataexchange.sql |
Classes and interfaces to define mappings in {addon.label} SQL import and export.
|
Modifier and Type | Method and Description |
---|---|
SQLMappingColumnResult |
SQLMappingColumnResultList.get(int index)
Deprecated.
Gets a
SQLMappingColumnResult by given index number. |
Modifier and Type | Method and Description |
---|---|
Iterator<SQLMappingColumnResult> |
SQLMappingColumnResultList.getSQLMappingColumnResults()
Deprecated.
Returns an Iterator object that iterates over this
SQLMappingColumnResultList . |
Modifier and Type | Method and Description |
---|---|
void |
SQLMappingColumnResultList.add(SQLMappingColumnResult sqlMappingColumnResult)
Deprecated.
Adds a
SQLMappingColumnResult object. |