XML Extender Administration and Programming
Purpose
Enables the database. When the database is enabled, the XML Extender
creates the following objects:
- The XML Extender user-defined types (UDTs).
- The XML Extender user-defined functions (UDFs).
- The XML Extender DTD reference table, DTD_REF, which stores DTDs and
information about each DTD. For a complete description of the DTD_REF
table, see DTD reference table.
- The XML Extender usage table, XML_USAGE, which stores common information
for each column that is enabled for XML and for each collection. For a
complete description of the XML_USAGE table, see XML usage table.
dxxEnableDB(char(UDB_SIZE) dbName, /* input */
long returnCode, /* output */
varchar(1024) returnMsg) /* output */
Parameters
Table 40. dxxEnableDB() parameters
Parameter
| Description
| IN/OUT parameter
|
dbName
| The database name.
| 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 ]