SE_dbtune_get_list

Gets DBTUNE table information

Usage syntax

LONG SDEAPI SE_dbtune_get_list (SE_CONNECTION handle, ACHAR *keyword, ACHAR *parameter, LONG *keyword_count, SE_DBTUNEKEYWORD **keywordInfoList);

Parameters
handle The SDE connection handle.
keyword Input Keyword name to fetch data.
parameter Input parameter name to fetch data.
keyword_count Total # of keyword records found.
keywordInfoList List of DBTUNE data that was fetched.
Description

This function retrieves a list of DBTUNE table data using the structure SE_DBTUNEKEYWORD. The resulting list is based on the input values for the keyword and parameter arguments. If the argument for parameter is specified, then the value for keyword must be specified too.

It works in the following way:

If arguments for parameter are NOT specified but the values for keyword are specified, then all parameter values for that keyword will be returned.

If both values are NULL, the entire DBTUNE table data will be returned. When the keywordInfo list is no longer required, free the memory using SE_dbtunekeywordinfo_free_list().

Returns

SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_DBTUNEKEYWORD_OBJECT
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_TABLE_NOEXIST