RetryDDL - Teradata Meta Data Services

Teradata Meta Data Services Programmer Guide

Product
Teradata Meta Data Services
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
Product Category
Teradata Tools and Utilities

RetryDDL

Purpose

The CMetaRepository class RetryDDL function retries applying the DDL changes for the specified transaction number.

Syntax

HRESULT RetryDDL(SERIAL_t txSerial=NULL);
 

Argument

In/Out

Description

txSerial

In
(Optional)

Transaction number. Specify the transaction number returned from the Commit statement that partially succeeded.

If txSerial is NULL, the DDLs for all existing entries in the DDL table will be retried.

See “Behavior of Transactions Containing DDL Statements” on page 92 for more information.