Dynamic Loading - Parallel Transporter

Teradata® Parallel Transporter Application Programming Interface Programmer Guide

Product
Parallel Transporter
Release Number
17.00
Published
November 30, 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
fcz1544831938753.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2516
lifecycle
previous
Product Category
Teradata Tools and Utilities

Teradata PT applications can load the TELAPI library dynamically during the runtime.

Three virtual C++ classes, derived from existing classes to maintain backward compatibility to existing applications, provide dynamic loading:

  • ConnectionX (derived from Connection)
  • SchemaX (derived from Schema)
  • DMLGroupX (derived from DMLGroup)

Because these classes act as wrapper classes, they have the same set of public methods as that of the classes from which they are derived.