PutEvent Modifiers - Parallel Transporter

Teradata Parallel Transporter Application Programming Interface

Product
Parallel Transporter
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2516
lifecycle
previous
Product Category
Teradata Tools and Utilities

PutEvent Modifiers

All PutEvent modifiers must be used after the driver has initiated and before it has terminated. TD_Unavailable is returned when a modifier cannot be used. The following table lists modifiers that are used with the Connection object’s PutEvent function to modify the Export driver.

 

Table 30: PutEvent Modifier Expected Data 

PutEvent Modifier

Expected Input Data

TD_Evt_BufferLayout

Buffer containing four 4‑byte unsigned integers corresponding to the maximum buffer size, the row header size, the row length size, and the buffer trainer size.

Values are used to format the buffer of data returned by the Export driver’s GetBuffer function. This modifier can be used anytime up until the first call to the GetBuffer function.

Note: Event data returned by the Load, Update, and Stream driver TD_Evt_BufferLayout event can be directly passed in for this modifier.