SE_columninfo_get_decimal_digits

Gets the number of decimal places for a column.

Usage syntax

LONG SE_columninfo_get_decimal_digits (const SE_COLUMNINFO column, LONG *decimal_digits);

Parameters
column The column entry handle
decimal_digits The number of decimal places, 0 if not applicable
Description

This function returns the SDE-declared number of decimal places for this column, 0 if this type of column doesn't have decimal places.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_COLUMNINFO_OBJECT

SE_SDE_NOT_STARTED