SE_log_get_by_table

Returns a list of SE_LOGINFO objects based on the specified table and owner

Usage syntax

LONG SE_log_get_by_table (SE_CONNECTION connection, const CHAR *log_owner, const CHAR *table, SE_LOGINFO **loginfo_list_addr, LONG *count_addr);

Parameters
connection The connection handle
log_owner The owner of the log file. If NULL, the current owner.
table The table name
loginfo_list_addr The pointer to a list SE_LOGINFO objects
count_addr The number of SE_LOGINFO objects
Description

SE_log_get_by_table returns a list of SE_LOGINFO objects based on the specified table and owner.

Returns

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST