Package | Description |
---|---|
com.orchestranetworks.addon.dataexchange |
Classes and interfaces to call {addon.label} import, export and transfer data.
|
com.orchestranetworks.addon.dataexchange.sql |
Classes and interfaces to define mappings in {addon.label} SQL import and export.
|
com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
Class and Description |
---|
SQLMappingTable
Deprecated.
Since 2.3.0, replaced by
TableMapping . |
Class and Description |
---|
SQLColumnSpec
Deprecated.
Since 2.3.0, replaced by
SQLField . |
SQLDataType
Defines the possible SQL data types.
|
SQLMappingColumn
Deprecated.
Since 2.3.0, replaced by
FieldMapper . |
SQLMappingColumnContext
Deprecated.
Since 2.3.0, replaced by
FieldMapperContext . |
SQLMappingColumnDefinition
Deprecated.
Since 2.3.0, replaced by
FieldMapperDefinition . |
SQLMappingColumnDefinition.PredefinedSQLMappingColumnDefinition
Deprecated.
Defines all internal
SQLMappingColumnDefinition implementations that are available in {addon.label}. |
SQLMappingColumnResult
Deprecated.
Since 2.3.0, replaced by
FieldMapping . |
SQLMappingColumnResultList
Deprecated.
Since 2.3.0, replaced by
FieldMappingList . |
SQLTableOrViewSpec
Deprecated.
Since 2.3.0, replaced by
SQLTable . |
Class and Description |
---|
SQLDataType
Defines the possible SQL data types.
|