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 |
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. |