GetBaseColumnName function

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

Remarks

Gets the combined base and column name of a column of a result set, even if this column has a correlation name or alias.

Returns
  • A combined ULValue class object.
  • An empty name if the column is not part of a table.
  • SQLE_COLUMN_NOT_FOUND is set if the column name does not exist.