Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class UltraLite_TableSchema_iface

GetColumnDefault Function


Synopsis 

virtual ULValue UltraLite_TableSchema_iface::GetColumnDefault(
  const ULValue & column_id
)

Parameters 
Remarks 

Gets the default value for the column if it exists The Class ULValue object returned has the default contained as a string.

The Class ULValue object returned is empty if the column does not contain a default value. SQLE_COLUMN_NOT_FOUND is set if the column name does not exist.


Collection Contents Previous Next PDF