public interface TableGeneration<F extends Field,T extends Table<F>>
TableGenerationResult
instance.Modifier and Type | Method and Description |
---|---|
TableGenerationResult<F,T> |
generateTables(com.onwbp.adaptation.Adaptation currentDataset,
Set<com.orchestranetworks.schema.Path> ebxTables,
com.orchestranetworks.service.Session session)
Returns the
TableGenerationResult . |
TableGenerationResult<F,T> generateTables(com.onwbp.adaptation.Adaptation currentDataset, Set<com.orchestranetworks.schema.Path> ebxTables, com.orchestranetworks.service.Session session) throws DataExchangeException
TableGenerationResult
.currentDataset
- current dataset.ebxTables
- set of EBX® table paths.session
- current session.DataExchangeException
- if the generation encounters an error.