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

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_RowSchema_iface class

GetColumnID function Next Page

GetColumnName function


Synopsis

ULValue UltraLite_RowSchema_iface::GetColumnName(
ul_column_num column_id
)

Parameters
Remarks

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

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

Returns