SE_xmlcolumninfo_get_creation_keyword
Returns the XML column's creation keyword from an SE_XMLCOLUMNINFO object.
Usage syntax
LONG SE_xmlcolumninfo_get_creation_keyword
(const SE_XMLCOLUMNINFO columninfo,
CHAR *keyword);
Parameters
|
columninfo |
The SE_XMLCOLUMNINFO object. |
|
keyword |
Pointer to a CHAR buffer to receive the keyword. |
Description
This function retrieves the XML column's DBTUNE creation keyword contained in the specified SE_XMLCOLUMNINFO object. This is the keyword that was (or will be) used to create the XML column. The CHAR buffer must be allocated at least as long as SE_MAX_CONFIG_KEYWORD_LEN.
Returns
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_XMLCOLUMN_OBJECT
SE_SDE_NOT_STARTED
Notes