GetColumnName function

Synopsis
ULValue UltraLite_IndexSchema_iface::GetColumnName(
  ul_column_num col_id_in_index
)
Parameters
  • col_id_in_index   The 1-based ordinal number indicating the position of the column in the index.

Remarks

Gets the name of the column given the position of the column in the index.

Returns
  • An empty ULValue class object if the column does not exist.
  • SQLE_COLUMN_NOT_FOUND if the column name does not exist.