IBM Books

XML Extender Administration and Programming

dxxDisableColumn()

Purpose

Disables the XML-enabled column. When an XML column is disabled, it can no longer contain XML data types.

dxxDisableColumn(char(UDB_SIZE) dbName,      /* input */
                 char(UDB_SIZE) tbName,      /* input */
                 char(UDB_SIZE) colName,     /* input */
                 long           returnCode,  /* output */
                 varchar(1024)  returnMsg)   /* output */

Parameters

Table 43. dxxDisableColumn() parameters
Parameter Description IN/OUT parameter
dbName The database name. IN
tbName The name of the table containing the XML column. IN
colName The name of the XML column. IN
returnCode The return code from the stored procedure. OUT
returnMsg The message text that is returned in case of error. OUT


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]