IBM Books

XML Extender Administration and Programming

dxxEnableCollection()

Purpose

Enables an XML collection that is associated with an application table.

dxxEnableCollection(char(UDB_SIZE) dbName,      /* input */
                    char(UDB_SIZE) colName,     /* input */
                    CLOB(100K)     DAD,         /* input */
                    char(UDB_SIZE) tablespace,  /* input */
                    long           returnCode,  /* output */
                    varchar(1024)  returnMsg)   /* output */

Parameters

Table 44. dxxEnableCollection() parameters
Parameter Description IN/OUT parameter
dbName The database name. IN
colName The name of the XML collection. IN
DAD A CLOB containing the DAD file. IN
tablespace The table space that contains the side tables other than the default table space. If not specified, the default table space is used. 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 ]