SE_xmlindex_update_text_index
Update the text index on an XML column.
Usage syntax
LONG SE_xmlindex_update_text_index
(SE_CONNECTION handle,
const CHAR *table,
const CHAR *column);
Parameters
|
handle |
Handle to open connection. |
|
table |
The table name. |
|
column |
The XML column name. |
Description
This function updates the full text index on the XML side index table (SDE_XML_IDX<xml_column_id>). Full text index update behavior varies for each database, and can be customized using DBTUNE parameters.
Returns
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_DATABASE
SE_INVALID_POINTER
SE_INVALID_PARAM_VALUE
SE_NOT_TABLE_OWNER
SE_TABLE_NOREGISTERED
SE_XML_COLUMN_NOEXIST
SE_OUT_OF_SVMEM
SE_NET_FAILURE