Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.CSVSourceTableSpec
-
Packages that use CSVSourceTableSpec 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 CSVSourceTableSpec in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return CSVSourceTableSpec Modifier and Type Method Description CSVSourceTableSpecCSVSourceTableSpec.CSVSourceTableSpecBuilder. build()Builds aCSVSourceTableSpecinstance. -
Uses of CSVSourceTableSpec in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return CSVSourceTableSpec Modifier and Type Method Description CSVSourceTableSpecCSVSourceTable. getSpec()Returns the CSV source table's specification.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type CSVSourceTableSpec Modifier and Type Method Description static CSVSourceTableCSVSourceTable. newInstance(CSVSourceTableSpec spec)Creates a new instance.
-