SE_table_add_uuid_column

Adds a UUID column to a table.

Usage syntax

SE_table_add_uuid_column(SE_CONNECTION handle, const CHAR *table, const CHAR *column) ;

Parameters
handle SDE server connection handle
table The name of the table
column The UUID column name
Description

This function adds a UUID column to an existing table table. The column is of type SE_UUID_TYPE. NULLS will not be allowed in the new column.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_CONNECTION

SE_NET_FAILURE

SE_NO_PERMISSIONS

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST

SE_INVALID_COLUMN_TYPE