SE_dbtune_get_keyword_list

Gets a DBTUNE keyword list

Usage syntax

LONG SDEAPI SE_dbtune_get_keyword_list(SE_CONNECTION handle, LONG *keyword_count, ACHAR ***keywords);
{

Parameters
handle The SDE connection handle.
keyword_count Total # of keywords found
keywords The fetched DBTUNE keyword names
Description

This function retrieves a list of all configuration keyword names found in the DBTUNE table of the specified ArcSDE geodatabase. When the keyword list is no longer required, free the memory using SE_dbtune_free_keyword_list().

Returns

SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_DBTUNEKEYWORD_OBJECT
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_TABLE_NOEXIST