SE_connection_get_keyword_info

Retrieves a list of DBMS-specific DBTUNE configuration keywords.

Usage syntax

LONG SE_connection_get_keyword_info (SE_CONNECTION connection, LONG *keyword_count, CHAR ***keyword_list);

Parameters
connection The connection handle
keyword_count The number of keywords
keyword_list A pointer to the array of keywords
Description

SE_connection_get_keyword_info returns a list of DBMS-specific keywords for the specified connection. You should free the keyword list after finishing with the reserved keyword using SE_connection_free_keyword_info().

Returns

SE_SUCCESS
SE_INVALID_CONNECTION

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED