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.