Uses of Interface
com.orchestranetworks.addon.dint.schema.Table
-
Packages that use Table Package Description com.orchestranetworks.addon.dint Provides classes and interfaces to execute a data integration task.com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables.com.orchestranetworks.addon.dint.schema 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 Table Modifier and Type Method Description TableTableMappingResult. getSourceTable()Returns the source table.TableTableMappingResult. 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 Table Modifier and Type Class Description classSourceTable<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 Table Modifier and Type Method Description 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.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.schema Modifier and Type Interface Description interfaceCSVTableTable structure in a CSV data source.interfaceEBXTableTable structure (anAdaptationTable) in an EBX data source.interfaceExcelTableTable structure (a sheet) in an Excel data source.interfaceSQLTableTable structure in an SQL data source
-