ULValue UltraLite_RowSchema_iface::GetColumnName(
ul_column_num column_id
)
column_id A 1-based ordinal number.
Gets the name of a column given its 1-based ID.
This will be the alias or correlation name for SELECT statements.
An empty ULValue class object if the column does not exist.
Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist