SE_columninfo_get_table_name

Gets column's table name.

Usage syntax

LONG SE_columninfo_get_table_name (const SE_COLUMNINFO column, CHAR *table_name);

Parameters
column The column entry handle
table_name The buffer to receive the column entry's table name (should be declared to be at least SE_QUALIFIED_TABLE_NAME bytes in length).
Description

This function returns a copy of the column entry's table name.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_COLUMNINFO_OBJECT

SE_SDE_NOT_STARTED