SE_xmlcolumn_delete

Deletes an XML column from an existing table.

Usage syntax

LONG SE_xmlcolumn_delete
(SE_CONNECTION handle,
const CHAR *table,
cost CHAR *column);

Parameters

handle

An open SE_CONNECTION handle.

table

The name of the table containing the XML column.

column

The name of the XML column.

Description

This function deletes an XML column from an existing table. The column's index, if any, is also deleted.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_DATABASE

SE_INVALID_POINTER

SE_INVALID_PARAM_VALUE

SE_NET_FAILURE

SE_NOT_TABLE_OWNER

SE_OUT_OF_SVMEM

SE_TABLE_NOREGISTERED

SE_XML_COLUMN_NOEXIST

Notes