Uses of Class
com.orchestranetworks.addon.dint.mapping.SQLTargetTable
Package
Description
Provides classes and interfaces for creating a mapping specification between source and target tables.
Provides classes and interfaces that represent a specification for a user defined template.
-
Uses of SQLTargetTable in com.orchestranetworks.addon.dint.mapping
Modifier and TypeMethodDescriptionstatic SQLTargetTable
SQLTargetTable.newInstance
(SQLTargetTableSpec spec) Creates a new instance. -
Uses of SQLTargetTable in com.orchestranetworks.addon.dint.template
ModifierConstructorDescriptionSQLExportTemplateSpec
(TemplateConfig<EBXSourceTable, SQLTargetTable> templateConfig, com.orchestranetworks.service.Session session) Constructs a newSQLExportTemplateSpec
instance.SQLImportTemplateSpec
(TemplateConfig<SQLSourceTable, SQLTargetTable> templateConfig, com.orchestranetworks.service.Session session) Constructs a newSQLImportTemplateSpec
instance.