SE_dbtune_delete_data |
Deletes data in DBTUNE table
LONG SDEAPI SE_dbtune_delete_data (SE_CONNECTION handle, const ACHAR *keyword, const ACHAR *param_name)
handle | The ArcSDE connection handle. |
keyword | DBTune keyword name. |
param_name | DBTune parameter name. |
This function deletes data for a given configuration keyword–parameter combination OR all data for a particular configuration keyword. Which is deleted is determined on the basis of supplied input data. If only the keyword is provided, the entire keyword will be deleted. If both a keyword and parameter_name are provided, only that particular parameter under the specified keyword will be deleted.
SE_SUCCESS
SE_DB_IO_ERROR
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_TABLE_NOEXIST