SE_dbtune_get_parameter_list

Gets a list of all allowed DBTUNE table parameter names

Usage syntax

LONG SDEAPI SE_dbtune_get_parameter_list(SE_CONNECTION handle, LONG *param_count, ACHAR ***allowed_params);

Parameters
handle The SDE connection handle.
param_count Total # of allowed parameter count.
allowed_params The list of allowed parameter names
Description

This function retrieves a list of all allowed parameter names for the DBTUNE table. The resulting list will be different for different databases, as different databases will have different parameters. When the allowed_params 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