Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.CSVTargetTableSpec
-
Packages that use CSVTargetTableSpec Package Description com.orchestranetworks.addon.dint.dataconnector.spec Provides classes for source and target table specifications.com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables. -
-
Uses of CSVTargetTableSpec in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return CSVTargetTableSpec Modifier and Type Method Description CSVTargetTableSpecCSVTargetTableSpec.CSVTargetTableSpecBuilder. build()Builds aCSVTargetTableSpecinstance. -
Uses of CSVTargetTableSpec in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return CSVTargetTableSpec Modifier and Type Method Description CSVTargetTableSpecCSVTargetTable. getSpec()Returns the CSV target table's specification.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type CSVTargetTableSpec Modifier and Type Method Description static CSVTargetTableCSVTargetTable. newInstance(CSVTargetTableSpec spec)Creates a new instance.
-