| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.common.generation |
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableHelper<F extends Field,T extends Table<F>,S extends TableHelperSpec>
Provides the methods to get the
Table declared in the {addon.label}
dataset. |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVTableHelperSpec
Specifies the configuration used to get the
CSVTable declared in the {addon.label} dataset. |
class |
EBXTableHelperSpec
Specifies the configuration used to get the
EBXTable declared in the {addon.label} dataset. |
class |
SpreadsheetTableHelperSpec
Specifies the configuration used to get the
SpreadsheetTable declared in the {addon.label} dataset. |
class |
SQLTableHelperSpec
Specifies the configuration used to get the
SQLTable declared in the {addon.label} dataset. |
class |
XMLTableHelperSpec
Specifies the configuration used to get the
XMLTable declared in the
{addon.label} dataset. |