Uses of Interface
com.orchestranetworks.addon.dint.schema.Table
Package
Description
Provides classes and interfaces to execute a data integration task.
Provides classes and interfaces for creating a mapping specification between source and target tables.
Provides classes and interfaces that represent fields and tables for the supported data source.
-
Uses of Table in com.orchestranetworks.addon.dint
Modifier and TypeMethodDescriptionTableMappingResult.getSourceTable()
Returns the source table.TableMappingResult.getTargetTable()
Returns the target table. -
Uses of Table in com.orchestranetworks.addon.dint.mapping
Modifier and TypeClassDescriptionclass
SourceTable<T extends Table<F>,
F extends Field> Represents a source table in aTableMapping
.class
TargetTable<T extends Table<F>,
F extends Field> Represents a target table in aTableMapping
.Modifier and TypeMethodDescriptionstatic <ST extends Table<SF>,
SF extends Field, TT extends Table<TF>, TF extends Field>
TableMapping<SF,TF> TableMapping.of
(SourceTable<ST, SF> source, TargetTable<TT, TF>... targets) Creates a new instance from a source table and one or many target tables.static <ST extends Table<SF>,
SF extends Field, TT extends Table<TF>, TF extends Field>
TableMapping<SF,TF> TableMapping.of
(SourceTable<ST, SF> source, TargetTable<TT, TF>... targets) Creates a new instance from a source table and one or many target tables. -
Uses of Table in com.orchestranetworks.addon.dint.schema
Modifier and TypeInterfaceDescriptioninterface
Table structure in a CSV data source.interface
Table structure (anAdaptationTable
) in an EBX data source.interface
Table structure (a sheet) in an Excel data source.interface
Table structure in an SQL data source