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.