GetColumnName function

Gets the name of a column given its 1-based ID.

Syntax
ULValue UltraLite_RowSchema_iface::GetColumnName(
  ul_column_num column_id
)
Parameters
  • column_id   A 1-based ordinal number.

Returns

An empty ULValue class object if the column does not exist.

Remarks

This will be the alias or correlation name for SELECT statements.

Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist