SE_table_get_locator

Retrieves the locator IDs associated with a table.

Usage syntax

LONG SE_table_get_locator
(SE_CONNECTION connection,
const CHAR *table,
LONG **locator_ids,
LONG *num_locators);

Parameters
connection The connection handle
table A pointer to a table name
locator_ids A pointer to the list of locator IDs
record_count The number of locator IDs
Description

SE_table_get_locator 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