Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class UltraLite_RowSchema_iface

GetColumnID Function


Synopsis 

virtual ul_column_num UltraLite_RowSchema_iface::GetColumnID(
  const ULValue & column_name
)

Parameters 
Remarks 

Gets the 1-based column ID 0 is returned if the column does not exist SQLE_COLUMN_NOT_FOUND is set if the column name does not exist.


Collection Contents Previous Next PDF