Uses of Class
com.orchestranetworks.addon.dint.mapping.CSVTargetTable
-
Packages that use CSVTargetTable Package Description com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables.com.orchestranetworks.addon.dint.template Provides classes and interfaces that represent a specification for a user defined template. -
-
Uses of CSVTargetTable in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return CSVTargetTable Modifier and Type Method Description static CSVTargetTableCSVTargetTable. newInstance(CSVTargetTableSpec spec)Creates a new instance. -
Uses of CSVTargetTable in com.orchestranetworks.addon.dint.template
Constructor parameters in com.orchestranetworks.addon.dint.template with type arguments of type CSVTargetTable Constructor Description CSVExportTemplateSpec(TemplateConfig<EBXSourceTable,CSVTargetTable> templateConfig, java.io.File targetFile, com.orchestranetworks.service.Session session)Constructs a newCSVExportTemplateSpecinstance.
-