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

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

 

GetColumnID function

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

Remarks

Gets the 1-based column ID.

Returns
  • 0 if the column does not exist.
  • Sets SQLE_COLUMN_NOT_FOUND if the column name does not exist.