Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class UltraLite_RowSchema_iface

GetColumnScale Function


Synopsis 

virtual size_t UltraLite_RowSchema_iface::GetColumnScale(
  const ULValue & column_id
)

Parameters 
Remarks 

Gets the scale of a numeric column.

0 is returned if the column is not a numeric type or if the column does not exist. SQLE_COLUMN_NOT_FOUND is set if the column name does not exist SQLE_DATATYPE_NOT_ALLOWED is set if the column type is not a numeric.


Collection Contents Previous Next PDF