GetColumnName function

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

Remarks

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

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

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