SE_table_get_locator_list

Retrieves the locator IDs associated with a table.

Usage syntax

LONG SE_table_get_locator_list
(SE_CONNECTION connection,
const CHAR *table,
SE_LOCATORINFO **locator_list,
LONG *num_locators);

Parameters
connection The connection handle
table A pointer to a table name
locator_list A pointer to an SE_LOCATORINFO object
num_locators The number of locator IDs
Description

Returns a list of locator IDs associated with a table.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_INVALID_CONNECTION

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_LOCATOR_NOEXIST

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_TABLE_HAS_NO_LOCATOR

SE_TABLE_NOEXIST