Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_IndexSchema_iface class

 

GetColumnName function

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

Syntax
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.

Returns

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

Remarks

SQLE_COLUMN_NOT_FOUND if the column name does not exist.