SE_connection_get_keyword_info |
Retrieves a list of DBMS-specific DBTUNE configuration keywords.
LONG SE_connection_get_keyword_info (SE_CONNECTION connection, LONG *keyword_count, CHAR ***keyword_list);
connection | The connection handle |
keyword_count | The number of keywords |
keyword_list | A pointer to the array of keywords |
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().
SE_SUCCESS
SE_INVALID_CONNECTION
SE_INVALID_POINTER
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED