| 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 | Method and Description |
|---|---|
TableGenerationResult<F,T> |
TableGeneration.generateTables(com.onwbp.adaptation.Adaptation currentDataset,
Set<com.orchestranetworks.schema.Path> ebxTables,
com.orchestranetworks.service.Session session)
Returns the
TableGenerationResult. |
TableGenerationResult<SQLField,SQLTable> |
SQLTableGeneration.generateTables(String sqlDataSource,
String schemaName,
String tablePattern,
Set<String> sqlTableNames,
ServiceType serviceType)
Returns the
TableGenerationResult for SQLTable. |