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

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

 

GetColumnID function

Gets the 1-based column ID.

Syntax
ul_column_num UltraLite_RowSchema_iface::GetColumnID(
  const ULValue & column_name
)
Parameters
  • column_name   The column name.

Returns

0 if the column does not exist.

Remarks

Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist.