Uses of Interface
com.orchestranetworks.addon.dint.schema.Table
Packages that use 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
Methods in com.orchestranetworks.addon.dint that return TableModifier and TypeMethodDescriptionTableMappingResult.getSourceTable()Returns the source table.TableMappingResult.getTargetTable()Returns the target table. -
Uses of Table in com.orchestranetworks.addon.dint.mapping
Classes in com.orchestranetworks.addon.dint.mapping with type parameters of type TableModifier and TypeClassDescriptionclassSourceTable<T extends Table<F>,F extends Field> Represents a source table in aTableMapping.classTargetTable<T extends Table<F>,F extends Field> Represents a target table in aTableMapping.Methods in com.orchestranetworks.addon.dint.mapping with type parameters of type TableModifier 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
Subinterfaces of Table in com.orchestranetworks.addon.dint.schemaModifier and TypeInterfaceDescriptioninterfaceTable structure in a CSV data source.interfaceTable structure (anAdaptationTable) in an EBX data source.interfaceTable structure (a sheet) in an Excel data source.interfaceTable structure in an SQL data source